html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    outline: none;
    box-sizing: border-box;
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    overflow-x: hidden;
    position: relative;
}

/* always display scrollbars */
body {
    font: 16px/1.8 "Microsoft Yahei", "微软雅黑", "Hiragino Sans GB", "冬青黑体", "微软正黑体", "Microsoft JhengHei", "Arial", "Helvetica", "SimHei", "黑体", "STXihei", "华文细黑", sans-serif;
    margin: 0 auto;
    color: #333;
    background-color: #fff;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

strong {
    font-weight: bold;
}


h3, .h3 {
    font-size: 1.3em;
    color: #0047a7;
}

h4, .h4 {
    font-size: 1.1em;
    color: #366eb3;
}
h5, .h5 {
    font-size: 1em;
    color: #366eb3;
}

img {
    border: 0;
    display: block;
}

input {
    outline: none;
}

input[type="text"], input[type="button"], input[type="submit"], input[type="reset"] {
    -webkit-appearance: none;
    border-radius: 0;
}

textarea {
    -webkit-appearance: none;
    border-radius: 0;
    outline: none;
}

::-moz-selection {
    background: #104594;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #104594;
    color: #fff;
    text-shadow: none;
}

select {
    outline: none;
}

select::-ms-expand {
    display: none;
}

a {
    text-decoration: none;
    blr: expression(this.onFocus=this.blur());
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  color: #0047a7;
}

a:link, a:visited {
    text-decoration: none;
}

a:active, a:hover {
    text-decoration: none;
    outline: none;
}

a:focus {
    text-decoration: none;
    outline: 0;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
    line-height: 0px;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.fc {
    text-align: center;
}

.fr {
    text-align: right;
}

.l {
    float: left;
}

.r {
    float: right;
}

.vt {
    vertical-align: top;
}

.vm {
    vertical-align: middle;
}

.inner {
    width: 1200px;
    margin: 0 auto;
}

/*animate*/
.animated {
    animation-duration: 1s; /*完成动画花费的时间*/
}

@-webkit-keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        opacity: 1;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        opacity: 1;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
    opacity: 1;
}

@-webkit-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        opacity: 1;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        opacity: 1;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}

@-webkit-keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1;
    }

    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1;
    }

    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

@-webkit-keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 50%, 0);
        transform: translate3d(0, 50%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 50%, 0);
        transform: translate3d(0, 50%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes arrow {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0px, 0px, 0px);
    }
    33% {
        opacity: 1;
    }
    66% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0px, 10px, 0px);
    }
}

@keyframes arrow {
    0% {
        opacity: 0;
        transform: translate3d(0px, 0px, 0px);
    }
    33% {
        opacity: 1;
    }
    66% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: translate3d(0px, 10px, 0px);
    }
}

/*header*/
.header-box {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 999;
    padding: 0 1%;
    transition: all 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transition: all 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
    background-color: rgba(255, 255, 255, 1)
}

.header-box.on {
    left: 610px;
}

.header {
    height: 60px;
}

.tel {
    height: 60px;
    line-height: 60px;
    margin-left: 50px;
}

.tel span {
    display: inline-block;
    padding-left: 35px;
    color: #333;
    font-size: 18px;
    line-height: 30px;
    font-family: "Arial";
    background: url(http://www.yqibms.com/template/pc/static/image/tel.png) left center no-repeat;
}

.language {
    width: 60px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    margin-left: 30px;
    background: url(http://www.yqibms.com/template/pc/static/image/switch.png) no-repeat 10px center #005bac;
}

.language span {
    display: inline-block;
    height: 60px;
    line-height: 60px;
    margin-left: 25px;
    text-transform: uppercase;
    cursor:pointer;
}
.quick_entry{
    text-align:center;
    position:relative;
    margin-left: 30px;
}
.quick_entry span{
    width:80px;
    display:block;
    height: 60px;
    line-height: 60px;
    background-color:#005bac;
    color:#fff;
    cursor:pointer;
}
.quick_entry p{
    position:absolute;
    right:0;
    background-color:rgba(0,91,172,0.8);
    padding:5px 10px;
    display:none;
}
.quick_entry p a{
    display:block;
    width:110px;
    height:32px;
    line-height:32px;
    text-align:left;
    border:1px solid #ccc;
    color:#fff;
    margin:5px 0;
    padding:0 10px;
}
.quick_entry p a:hover{
    color:#005bac;
    background-color:#fff;
}
.logo {
    width: 200px;
    padding: 5px 0 0px;
}

.logo img {
    display: block;
    width: 80%;
    height: auto;
    line-height: 1;
	margin-left:auto;
}

.nav {
    transition: 320ms ease;
    height: 60px;
}

.nav > li {
    float: left;
    width: 89px;
    height: 60px;
    line-height: 60px;
    margin: 0 10px;
}

.nav > li > a {
    display: inline-block;
    width: 100%;
    height: 100%;
    color: #333;
    font-size: 16px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.nav > li:nth-of-type(1) > a{
    color: #d6000f;
}

.nav > li > a:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 100%;
    /*background: url(../images/navbg.png) center no-repeat;*/
    background-color: #005bac;
    transition: 228ms ease-in;
    border-top-left-radius:8px;
    border-top-right-radius:8px;
}

.nav > li:hover > a, .nav > li.creent > a {
    color: #fff;
}

.nav > li:hover > a:before, .nav > li.creent > a:before {
    opacity: 1;
    top: 0;
}

.nav > li > a span {
    position: relative;
    z-index: 99;
}

.nav li .up_menu {
    width: 100%;
    text-align: center;
    position: absolute;
    display: none;
    top: 60px;
    left: 0;
    padding: 30px 0 50px;
    background: rgba(0, 0, 0, 0.5);
}

.nav li .up_menu h2 {
    font-size: 24px;
    text-align: left;
    color: #fff;
    font-weight: normal;
    height: 60px;
    line-height: 60px;
}

.nav li .up_menu dl dd {
    display: inline-block;
    padding-right: 30px;
    height: 36px;
    line-height: 36px;
    margin-top: 1px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    float: left;
}

.nav li .up_menu dl dd a {
    color: #fff;
    display: block;
    position: relative;
}

.nav li .up_menu dl dd a:before {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background-color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.nav li .up_menu dl dd:hover {
}

.nav li .up_menu dl dd:hover a:before {
    width: 100%;
}

.leval {
    width: 158px;
    padding-top: 9px;
    position: absolute;
    left: -27px;
    transition: 248ms ease-in-out;
    opacity: 0;
    top: 118px;
    visibility: hidden;
    filter: alpha(opacity=0);
}

.leval.show {
    opacity: 1;
    top: 101px;
    visibility: visible;
    transition: 348ms ease-in-out;
    filter: alpha(opacity=100);
}

.leval-nav {
    padding: 14px 0;
    background: #fec026;
    border-radius: 18px;
}

.leval-nav li {
    margin-bottom: 4px;
    position: relative;
}

.leval-nav li:before {
    content: "";
    width: 0;
    height: 100%;
    background: #ffcd50;
    position: absolute;
    left: 50%;
    top: 0;
    transition: 344ms ease-in-out;
    visibility: hidden;
}

.leval-nav li a {
    display: block;
    text-align: center;
    position: relative;
    line-height: 33px;
    color: #ffffff;
    font-size: 14px;
}

.leval-nav li:hover:before {
    width: 100%;
    left: 0;
    visibility: visible;
}

.menuBtn {
    float: left;
    position: absolute;
    width: 60px;
    height: 60px;
    cursor: pointer;
    z-index: 9999;
    display: none;
    right:1%;
    top: 0;
}

.menuBtn .burger {
    display: block;
    width: 32px;
    height: 4px;
    border-radius: 2px;
    position: absolute;
    left: 20px;
    background: #005bac;
    transform-origin: center;
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -o-transform-origin: center;
    -ms-transform-origin: center;
    transition: transform 277ms ease-in-out;
    -o-transition: transform 277ms ease-in-out;
    -ms-transition: transform 277ms ease-in-out;
    -moz-transition: transform 277ms ease-in-out;
}

.menuBtn .burger-1 {
    top: 16px;
}

.menuBtn .burger-2 {
    top: 28px;
}

.menuBtn .burger-3 {
    top: 40px;
}

.menuBtn.active .burger-1 {
    top: 35px;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background-color: #fff;
}

.menuBtn.active .burger-2 {
    display: none;
}

.menuBtn.active .burger-3 {
    top: 35px;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #fff;
}


.menubox {
    position: fixed;
    width: 100%;
    overflow-y: auto;
    height: 100%;
    left: 0;
    top: 0;
    background: #005bac;
    z-index: 999;
    display:none;
    transition: all 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transition: all 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.menubox.on{
    display:block;
}

.menu-list {
    padding: 40px 0 20px;
}

.menu-list > li{
}
.menu-list > li > a {
    width:90%;
    margin:auto;
    color: #ffffff;
    display: block;
    line-height: 46px;
    height: 46px;
    background: #005bac;
    font-size: 18px;
    text-align: center;
    border-bottom:1px dashed #5e94c4;
}

.menu-list > li > a.on {
    background: #f2af09;
}

.menubox .m_tel,
.menubox .m_lan {
    font-size: 16px;
    text-align: center;
    color: #fff;
}

.menubox .m_lan a {
    color: #fff;
    margin: 0 5px;
    font-size: 14px;
}

.menubox .m_lan a.cur {
    color: #ccc;
    pointer-events: none;
}

.header-box.scollfox {
    animation: 850ms 350ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: fadedown;
    animation-name: fadedown;
    box-shadow: 0px 2px 3px #ccc;
}

.header-box.scollfox .logo {
    position: static;
    left: 0;
    height: auto;
    margin-left: 0;
    float: left;
}

.header-box.scollfox .tel {
}

.header-box.scollfox .nav {
    margin-left: -300px;
}

.header-box.scollfox .nav > li > a {
}

.header-box.scollfox .nav > li .leval {
    top: 98px;
}

.header-box.scollfox .nav > li .leval.show {
    top: 73px;
}

/*banner*/
.bannerBox {
    position: relative;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    z-index: 20;
}

.bannerBox .banner li {
    height: 100%;
    line-height: 0;
}

.bannerBox .banner li img {
    line-height: 0;
    width: 100%;
    opacity: 0;
    position: relative;
    transition: transform 5.5s ease 0s, opacity 2s ease 0s;
    -webkit-transition: transform 5.5s ease 0s, opacity 2s ease 0s;
}

.bannerBox .banner li img.imghide {
    display: none;
}

.bannerBox .banner li.imgIn img {
    opacity: 1;
}

.bannerBox .banner {
    overflow: hidden;
}

.bannerBox .flex-control-nav {
    position: absolute;
    width: 50%;
    bottom: 0px;
    height: 70px;
    z-index: 99;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    padding: 20px 0;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
}

.bannerBox .flex-control-nav li {
    margin-right: 12px;
    display: inline-block;
}

.bannerBox .flex-control-nav li a {
    display: block;
    width: 6px;
    height: 16px;
    border-radius: 3px;
    background: #fff;
    position: absolute;
    bottom: 20px;
    transition: 300ms ease-in-out;
}

.bannerBox .flex-control-nav li span {
    display: block;
    text-indent: 888px;
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    background: #d6000f;
    border-radius: 3px;
}

.bannerBox .flex-control-nav li a.flex-active {
    height: 33px;
    transition: 500ms linear;
}

.bannerBox .flex-control-nav li a.flex-active span {
    opacity: 1;
    height: 24px;
    transition: 3500ms linear;
}

.daily {
    width: 79px;
    height: 41px;
    background: url(http://www.yqibms.com/template/pc/static/images/font.png) center no-repeat;
    position: absolute;
    left: 150px;
    bottom: 77px;
    z-index: 50;
}

.mouse {
    width: 60px;
    height: 30px;
    position: absolute;
    right: 60px;
    bottom: 30px;
    text-align: center;
    z-index: 50;
    cursor: pointer;
}


.mouse:before {
    content: "";
    width: 60px;
    height: 30px;
    background:url(http://www.yqibms.com/template/pc/static/image/down.png);
    position: absolute;
    left:0;
    top:0;
    animation-delay: 0ms;
    animation-duration: 1500ms;
    animation-iteration-count: infinite;
    animation-name: arrow;
    animation-play-state: running;
    animation-timing-function: linear;
}

.letter {
    position: absolute;
    left: 0;
    bottom: 26px;
    text-align: center;
    width: 100%;
    z-index: 50;
    box-sizing: border-box;
    overflow: hidden;
}

.letter img {
    max-width: 100%;
    margin: auto;
    display: inline-block;
}

.letter span {
    display: inline-block;
    margin: auto;
    text-align: center;
    color: #666666;
    font-family: Arial;
    line-height: 1;
    letter-spacing: 44px;
    text-transform: uppercase;
}

.btext {
    position: absolute;
    width: 1000px;
    height: 220px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9;
    margin: auto;
    text-align: center;
}

.btext span {
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    line-height: 1;
    margin-bottom: 12px;
}

.btext p {
    color: #fff;
    font-size: 50px;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 1;
}

.btext small {
    display: block;
    color: #fff;
    font-size: 50px;
    line-height: 1.2;
    margin-top: 12px;
    position: relative;
    text-transform: capitalize;
}

.btext small:before {
}

.btext1 p, .btext1 small {
    text-align: left;
}

.transy {
    transform: translate(-120px, 0%);
    -webkit-transform: translate(-120px, 0%);
    transition-timing-function: ease-out;
    -webkit-transition-timing-function: ease-out;
    transition: 900ms 0ms;
    -webkit-transition: 900ms 0ms;
    opacity: 0;
}

.transx {
    transform: translate(0, 120px);
    -webkit-transform: translate(0, 120px);
    transition-timing-function: ease-out;
    -webkit-transition-timing-function: ease-out;
    transition: 900ms 0ms;
    -webkit-transition: 900ms 0ms;
    opacity: 0;
}

.bannerBox li.flex-active-slide .btext.transy {
    transform: translate(0, 0%);
    -ms-transform: translate(0, 0%);
    -webkit-transform: translate(0, 0%);
    opacity: 1;
    transition: 900ms 600ms;
    -webkit-transition: 900ms 600ms;
}

/* Direction Nav */
.flex-direction-nav {
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    top:0;
    height: 30px;
}

.flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    z-index: 9999;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.flex-direction-nav .flex-prev {
    left: 0;
}

.flex-direction-nav .flex-next {
    right: 0;
}

.flexslider:hover .flex-prev {
    opacity: 0.7;
    left: 10px;
}

.flexslider:hover .flex-next {
    opacity: 0.7;
    right: 10px;
}

.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
    opacity: 1;
}

.flex-direction-nav .flex-disabled {
    opacity: 0 !important;
    filter: alpha(opacity=0);
    cursor: default;
}

.flex-direction-nav a:before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    background: url(http://www.yqibms.com/template/pc/static/image/prev1.png) no-repeat center center;
}

.flex-direction-nav a.flex-next:before {
    background: url(http://www.yqibms.com/template/pc/static/image/next1.png) no-repeat center center;
}

/*about*/
.main {
    padding-top: 40px;
}

.main .title {
    text-align: center;
}

.main .title h2 {
    font-size: 36px;
    color: #333;
    font-weight: normal;
    position: relative;
}

.main .title h2:before {
    content: '';
    display: block;
    width: 30px;
    height: 1px;
    background-color: #999;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 2px;
    margin: auto;
}

.main .title p {
    font-size: 12px;
    color: #666;
    line-height: 36px;
}

.main .title a {
    color: #999;
    font-size: 12px;
}

.main_1 .title {
    margin-bottom: 20px;
}

.main_1 {
    height:710px;
    background-color: #fff;
    overflow: hidden;
	margin-top: 30px;
}

.main_1 .video {
    width: 50%;
    height: 100%;
}

.main_1 .video.active {
    left: 0;
    opacity: 1;
}

.main_1 .video video {
    width: 100%;
    height: 100%;
    background-size: cover;
}

.main_1 .about {
    width: 50%;
    padding:2% 2% 0;
}

.main_1 .about .about_con {
    margin: 0 0 30px;
    line-height:40px;
}

.main_1 .about .about_con p {
    text-align: center;
}

.main_1 .honor_box {
    width: 70%;
    margin: 50px auto auto auto;
}

.main_1 .honor_box .honor_title {
    text-align: center;
}

.main_1 .honor_box .honor_title li {
    width: 30%;
    display: inline-block;
    text-align: center;
}

.main_1 .honor_box .honor_title li span {
    display: inline-block;
    width: 70px;
    height: 70px;
    position: relative;
}

.main_1 .honor_box .honor_title li span i {
    display: inline-block;
    width: 100%;
    height: 100%;
    background-image: url(../images/honor_ico.png);
    background-repeat: no-repeat;
    position: relative;
    z-index: 6;
}

.main_1 .honor_box .honor_title li:nth-of-type(1) span i {
    background-position: 0 0;
}

.main_1 .honor_box .honor_title li:nth-of-type(2) span i {
    background-position: -70px 0;
}

.main_1 .honor_box .honor_title li:nth-of-type(3) span i {
    background-position: -140px 0;
}

.main_1 .honor_box .honor_title li span:before,
.main_1 .honor_box .honor_title li span:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.main_1 .honor_box .honor_title li span:before {
    border: 1px solid #d2d2d2;
    background-color: #e5e5e5;
}

.main_1 .honor_box .honor_title li span:after {
    background-color: #005bac;
    border: 1px solid #fff;
    opacity: 0;
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
}

.main_1 .honor_box .honor_title li p {
    width: 100%;
    text-align: center;
    color: #333;
    font-size: 12px;
}

.main_1 .honor_box .honor_title li:hover {
    -webkit-transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
    transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
    -webkit-animation: gelatine 0.5s 1;
    animation: gelatine 0.5s 1;
}

.main_1 .honor_box .honor_title li:nth-of-type(1):hover i,
.main_1 .honor_box .honor_title li:nth-of-type(1).cur i {
    background-position: 0 -70px;
}

.main_1 .honor_box .honor_title li:nth-of-type(2):hover i,
.main_1 .honor_box .honor_title li:nth-of-type(2).cur i {
    background-position: -70px -70px;
}

.main_1 .honor_box .honor_title li:nth-of-type(3):hover i,
.main_1 .honor_box .honor_title li:nth-of-type(3).cur i {
    background-position: -140px -70px;
}

.main_1 .honor_box .honor_title li:hover span:before,
.main_1 .honor_box .honor_title li.cur span:before {
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
    opacity: 0;
}

.main_1 .honor_box .honor_title li:hover span:after,
.main_1 .honor_box .honor_title li.cur span:after {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1;
}

.main_1 .honor_box .honor_title li:hover p,
.main_1 .honor_box .honor_title li.cur p {
    color: #005bac;
}

@keyframes gelatine {
    from, to {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    25% {
        -webkit-transform: scale(0.9, 1.1);
        transform: scale(0.9, 1.1);
    }

    50% {
        -webkit-transform: scale(1.1, 0.9);
        transform: scale(1.1, 0.9);
    }

    75% {
        -webkit-transform: scale(0.95, 1.05);
        transform: scale(0.95, 1.05);
    }

    from, to {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    25% {
        -webkit-transform: scale(0.9, 1.1);
        transform: scale(0.9, 1.1);
    }

    50% {
        -webkit-transform: scale(1.1, 0.9);
        transform: scale(1.1, 0.9);
    }

    75% {
        -webkit-transform: scale(0.95, 1.05);
        transform: scale(0.95, 1.05);
    }
}

@-webkit-keyframes gelatine {
    from, to {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    25% {
        -webkit-transform: scale(0.9, 1.1);
        transform: scale(0.9, 1.1);
    }

    50% {
        -webkit-transform: scale(1.1, 0.9);
        transform: scale(1.1, 0.9);
    }

    75% {
        -webkit-transform: scale(0.95, 1.05);
        transform: scale(0.95, 1.05);
    }

    from, to {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    25% {
        -webkit-transform: scale(0.9, 1.1);
        transform: scale(0.9, 1.1);
    }

    50% {
        -webkit-transform: scale(1.1, 0.9);
        transform: scale(1.1, 0.9);
    }

    75% {
        -webkit-transform: scale(0.95, 1.05);
        transform: scale(0.95, 1.05);
    }
}

.honor_con {
    margin-top: 30px;
  	font-weight:800;
	font-size:1.1em
}

.honor_con ul {
    position: relative;
    display: none;
}

.honor_con ul.cur {
    display: block;
}

.honor_con ul:before,
.honor_con ul:after {
    content: '';
    display: block;
    width: 1px;
    height: 80px;
    background-color: #ddd;
    position: absolute;
    top: 20px;
}

.honor_con ul:before {
    left: 0;
}

.honor_con ul:after {
    right: 0;
}

.honor_con ul li {
    text-align: center;
    height: 40px;
    line-height: 40px;
    position: relative;
}

.honor_con ul li:before,
.honor_con ul li:after {
    content: '';
    display: block;
    position: absolute;
    width: 20px;
    height: 1px;
    background-color: #ddd;
    top: 0;
    bottom: 0;
    margin: auto;
}

.honor_con ul li:before {
    left: 0;
}

.honor_con ul li:after {
    right: 0;
}

.honor_con ul li span{
    display:block;
    width:80%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin:auto;
}
.honor_con .omit {
    color: #666;
    text-align: center;
}

/*播放器*/
.plyr input[type=range]:focus, .plyr:focus {
    outline: 0
}

.plyr .plyr__video-embed iframe, .plyr__tooltip {
    pointer-events: none
}

@keyframes plyr-progress {
    to {
        background-position: 25px 0
    }
}

.plyr {
    position: relative;
    width: 100%;
    height: 100%;
    font-family: Avenir, 'Avenir Next', 'Helvetica Neue', 'Segoe UI', Helvetica, Arial, sans-serif;
    direction: ltr
}

.plyr, .plyr *, .plyr ::after, .plyr ::before {
    box-sizing: border-box
}

.plyr a, .plyr button, .plyr input, .plyr label {
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

.plyr audio, .plyr video {
    width: 100%;
    height: auto;
    vertical-align: middle;
    border-radius: inherit
}

.plyr input[type=range] {
    display: block;
    height: 20px;
    width: 100%;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    border: none;
    background: 0 0
}

.plyr input[type=range]::-webkit-slider-runnable-track {
    height: 8px;
    background: 0 0;
    border: 0;
    border-radius: 4px;
    -webkit-user-select: none;
    user-select: none
}

.plyr input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    margin-top: -4px;
    position: relative;
    height: 16px;
    width: 16px;
    background: #fff;
    border: 2px solid transparent;
    border-radius: 100%;
    transition: background .2s ease, border .2s ease, transform .2s ease;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .15), 0 0 0 1px rgba(0, 0, 0, .15);
    box-sizing: border-box
}

.plyr input[type=range]::-moz-range-track {
    height: 8px;
    background: 0 0;
    border: 0;
    border-radius: 4px;
    -moz-user-select: none;
    user-select: none
}

.plyr input[type=range]::-moz-range-thumb {
    position: relative;
    height: 16px;
    width: 16px;
    background: #fff;
    border: 2px solid transparent;
    border-radius: 100%;
    transition: background .2s ease, border .2s ease, transform .2s ease;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .15), 0 0 0 1px rgba(0, 0, 0, .15);
    box-sizing: border-box
}

.plyr input[type=range]::-ms-track {
    height: 8px;
    background: 0 0;
    border: 0;
    color: transparent
}

.plyr input[type=range]::-ms-fill-upper {
    height: 8px;
    background: 0 0;
    border: 0;
    border-radius: 4px;
    -ms-user-select: none;
    user-select: none
}

.plyr input[type=range]::-ms-fill-lower {
    height: 8px;
    border: 0;
    border-radius: 4px;
    -ms-user-select: none;
    user-select: none;
    background: #005bac
}

.plyr input[type=range]::-ms-thumb {
    position: relative;
    height: 16px;
    width: 16px;
    background: #fff;
    border: 2px solid transparent;
    border-radius: 100%;
    transition: background .2s ease, border .2s ease, transform .2s ease;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .15), 0 0 0 1px rgba(0, 0, 0, .15);
    box-sizing: border-box;
    margin-top: 0
}

.plyr input[type=range]::-ms-tooltip {
    display: none
}

.plyr input[type=range]::-moz-focus-outer {
    border: 0
}

.plyr input[type=range].tab-focus:focus {
    outline-offset: 3px
}

.plyr input[type=range]:active::-webkit-slider-thumb {
    background: #005bac;
    border-color: #fff;
    transform: scale(1.25)
}

.plyr input[type=range]:active::-moz-range-thumb {
    background: #005bac;
    border-color: #fff;
    transform: scale(1.25)
}

.plyr input[type=range]:active::-ms-thumb {
    background: #005bac;
    border-color: #fff;
    transform: scale(1.25)
}

.plyr--video input[type=range].tab-focus:focus {
    outline: rgba(255, 255, 255, .5) dotted 1px
}

.plyr--audio input[type=range].tab-focus:focus {
    outline: rgba(86, 93, 100, .5) dotted 1px
}

.plyr__sr-only {
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
    position: absolute !important;
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important
}

.plyr__video-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    background: #000;
    border-radius: inherit
}

.plyr__video-embed {
    padding-bottom: 56.25%;
    height: 0;
    border-radius: inherit;
    overflow: hidden;
    z-index: 0
}

.plyr__video-embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.plyr__video-embed > div {
    position: relative;
    padding-bottom: 200%;
    transform: translateY(-35.95%)
}

.plyr video::-webkit-media-text-track-container {
    display: none
}

.plyr__captions {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    transform: translateY(-40px);
    transition: transform .3s ease;
    color: #fff;
    font-size: 16px;
    text-align: center;
    font-weight: 400
}

.plyr__captions span {
    border-radius: 2px;
    padding: 3px 10px;
    background: rgba(0, 0, 0, .7);
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    line-height: 150%
}

.plyr__captions span:empty {
    display: none
}

@media (min-width: 768px) {
    .plyr__captions {
        font-size: 24px
    }
}

.plyr--captions-active .plyr__captions {
    display: block
}

.plyr--hide-controls .plyr__captions {
    transform: translateY(-15px)
}

@media (min-width: 1024px) {
    .plyr--fullscreen-active .plyr__captions {
        font-size: 32px
    }
}

.plyr ::-webkit-media-controls {
    display: none
}

.plyr__controls {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1;
    text-align: center
}

.plyr__controls .plyr__progress, .plyr__controls .plyr__time, .plyr__controls > button {
    margin-left: 5px
}

.plyr__controls .plyr__progress:first-child, .plyr__controls .plyr__time:first-child, .plyr__controls > button:first-child {
    margin-left: 0
}

.plyr__controls .plyr__volume {
    margin-left: 5px
}

.plyr__controls [data-plyr=pause] {
    margin-left: 0
}

.plyr__controls button {
    position: relative;
    display: inline-block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    overflow: visible;
    vertical-align: middle;
    padding: 7px;
    border: 0;
    background: 0 0;
    border-radius: 3px;
    cursor: pointer;
    transition: background .3s ease, color .3s ease, opacity .3s ease;
    color: inherit
}

.plyr__controls button svg {
    width: 18px;
    height: 18px;
    display: block;
    fill: currentColor
}

.plyr__controls button:focus {
    outline: 0
}

.plyr__controls .icon--captions-on, .plyr__controls .icon--exit-fullscreen, .plyr__controls .icon--muted {
    display: none
}

@media (min-width: 480px) {
    .plyr__controls .plyr__progress, .plyr__controls .plyr__time, .plyr__controls > button {
        margin-left: 10px
    }
}

.plyr--hide-controls .plyr__controls {
    opacity: 0;
    pointer-events: none
}

.plyr--video .plyr__controls {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    padding: 50px 10px 10px;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .5));
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
    color: #fff;
    transition: opacity .3s ease
}

.plyr--video .plyr__controls button.tab-focus:focus, .plyr--video .plyr__controls button:hover {
    background: rgba(255, 255, 255, 0.3);
    color: #fff
}

.plyr--audio .plyr__controls {
    padding: 10px;
    border-radius: inherit;
    background: #fff;
    border: 1px solid #dbe3e8;
    color: #565D64
}

.plyr--audio .plyr__controls button.tab-focus:focus, .plyr--audio .plyr__controls button:hover, .plyr__play-large {
    background: rgba(255, 255, 255, 0.3);
    color: #fff
}

.plyr__play-large {
    display: none;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 10px;
    border: 4px solid currentColor;
    border-radius: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .15);
    transition: all .3s ease
}

.plyr__play-large svg {
    position: relative;
    left: 2px;
    width: 20px;
    height: 20px;
    display: block;
    fill: currentColor
}

.plyr__play-large:focus {
    outline: rgba(255, 255, 255, .5) dotted 1px
}

.plyr .plyr__play-large {
    display: inline-block
}

.plyr--audio .plyr__play-large, .plyr--playing .plyr__controls [data-plyr=play], .plyr__controls [data-plyr=pause] {
    display: none
}

.plyr--playing .plyr__play-large {
    opacity: 0;
    visibility: hidden
}

.plyr--playing .plyr__controls [data-plyr=pause] {
    display: inline-block
}

.plyr--captions-active .plyr__controls .icon--captions-on, .plyr--fullscreen-active .icon--exit-fullscreen, .plyr--muted .plyr__controls .icon--muted {
    display: block
}

.plyr [data-plyr=captions], .plyr [data-plyr=fullscreen], .plyr--captions-active .plyr__controls .icon--captions-on + svg, .plyr--fullscreen-active .icon--exit-fullscreen + svg, .plyr--muted .plyr__controls .icon--muted + svg {
    display: none
}

.plyr--captions-enabled [data-plyr=captions], .plyr--fullscreen-enabled [data-plyr=fullscreen] {
    display: inline-block
}

.plyr__tooltip {
    position: absolute;
    z-index: 2;
    bottom: 100%;
    margin-bottom: 10px;
    padding: 5px 7.5px;
    opacity: 0;
    background: rgba(0, 0, 0, .7);
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
    line-height: 1.3;
    transform: translate(-50%, 10px) scale(.8);
    transform-origin: 50% 100%;
    transition: transform .2s .1s ease, opacity .2s .1s ease
}

.plyr__tooltip::before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    left: 50%;
    transform: translateX(-50%);
    bottom: -4px;
    border-right: 4px solid transparent;
    border-top: 4px solid rgba(0, 0, 0, .7);
    border-left: 4px solid transparent;
    z-index: 2
}

.plyr button.tab-focus:focus .plyr__tooltip, .plyr button:hover .plyr__tooltip, .plyr__tooltip--visible {
    opacity: 1;
    transform: translate(-50%, 0) scale(1)
}

.plyr button:hover .plyr__tooltip {
    z-index: 3
}

.plyr__controls button:first-child .plyr__tooltip {
    left: 0;
    transform: translate(0, 10px) scale(.8);
    transform-origin: 0 100%
}

.plyr__controls button:first-child .plyr__tooltip::before {
    left: 16px
}

.plyr__controls button:last-child .plyr__tooltip {
    right: 0;
    transform: translate(0, 10px) scale(.8);
    transform-origin: 100% 100%
}

.plyr__controls button:last-child .plyr__tooltip::before {
    left: auto;
    right: 16px;
    transform: translateX(50%)
}

.plyr__controls button:first-child .plyr__tooltip--visible, .plyr__controls button:first-child.tab-focus:focus .plyr__tooltip, .plyr__controls button:first-child:hover .plyr__tooltip, .plyr__controls button:last-child .plyr__tooltip--visible, .plyr__controls button:last-child.tab-focus:focus .plyr__tooltip, .plyr__controls button:last-child:hover .plyr__tooltip {
    transform: translate(0, 0) scale(1)
}

.plyr__progress {
    position: relative;
    display: none;
    -ms-flex: 1;
    flex: 1
}

.plyr__progress input[type=range] {
    position: relative;
    z-index: 2
}

.plyr__progress input[type=range]::-webkit-slider-runnable-track {
    background: 0 0
}

.plyr__progress input[type=range]::-moz-range-track {
    background: 0 0
}

.plyr__progress input[type=range]::-ms-fill-upper {
    background: 0 0
}

.plyr__progress .plyr__tooltip {
    left: 0
}

.plyr .plyr__progress {
    display: inline-block
}

.plyr__progress--buffer, .plyr__progress--played, .plyr__volume--display {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 8px;
    margin: -4px 0 0;
    padding: 0;
    vertical-align: top;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    border-radius: 100px
}

.plyr__progress--buffer::-webkit-progress-bar, .plyr__progress--played::-webkit-progress-bar, .plyr__volume--display::-webkit-progress-bar {
    background: 0 0
}

.plyr__progress--buffer::-webkit-progress-value, .plyr__progress--played::-webkit-progress-value, .plyr__volume--display::-webkit-progress-value {
    background: currentColor;
    border-radius: 100px;
    min-width: 8px
}

.plyr__progress--buffer::-moz-progress-bar, .plyr__progress--played::-moz-progress-bar, .plyr__volume--display::-moz-progress-bar {
    background: currentColor;
    border-radius: 100px;
    min-width: 8px
}

.plyr__progress--buffer::-ms-fill, .plyr__progress--played::-ms-fill, .plyr__volume--display::-ms-fill {
    border-radius: 100px
}

.plyr__progress--played, .plyr__volume--display {
    z-index: 1;
    color: #005bac;
    background: 0 0;
    transition: none
}

.plyr__progress--played::-webkit-progress-value, .plyr__volume--display::-webkit-progress-value {
    min-width: 8px;
    max-width: 99%;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    transition: none
}

.plyr__progress--played::-moz-progress-bar, .plyr__volume--display::-moz-progress-bar {
    min-width: 8px;
    max-width: 99%;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    transition: none
}

.plyr__progress--played::-ms-fill, .plyr__volume--display::-ms-fill {
    display: none
}

.plyr__progress--buffer::-webkit-progress-value {
    transition: width .2s ease
}

.plyr__progress--buffer::-moz-progress-bar {
    transition: width .2s ease
}

.plyr__progress--buffer::-ms-fill {
    transition: width .2s ease
}

.plyr--video .plyr__progress--buffer, .plyr--video .plyr__volume--display {
    background: rgba(255, 255, 255, .25)
}

.plyr--video .plyr__progress--buffer {
    color: rgba(255, 255, 255, .25)
}

.plyr--audio .plyr__progress--buffer, .plyr--audio .plyr__volume--display {
    background: rgba(198, 214, 219, .66)
}

.plyr--audio .plyr__progress--buffer {
    color: rgba(198, 214, 219, .66)
}

.plyr--loading .plyr__progress--buffer {
    animation: plyr-progress 1s linear infinite;
    background-size: 25px 25px;
    background-repeat: repeat-x;
    background-image: linear-gradient(-45deg, rgba(0, 0, 0, .15) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, .15) 50%, rgba(0, 0, 0, .15) 75%, transparent 75%, transparent);
    color: transparent
}

.plyr--video.plyr--loading .plyr__progress--buffer {
    background-color: rgba(255, 255, 255, .25)
}

.plyr--audio.plyr--loading .plyr__progress--buffer {
    background-color: rgba(198, 214, 219, .66)
}

.plyr__time {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px
}

.plyr__time + .plyr__time {
    display: none
}

@media (min-width: 768px) {
    .plyr__time + .plyr__time {
        display: inline-block
    }
}

.plyr__time + .plyr__time::before {
    content: '\2044';
    margin-right: 10px
}

.plyr__volume {
    display: none
}

.plyr .plyr__volume {
    -ms-flex: 1;
    flex: 1;
    position: relative
}

.plyr .plyr__volume input[type=range] {
    position: relative;
    z-index: 2
}

@media (min-width: 480px) {
    .plyr .plyr__volume {
        display: block;
        max-width: 60px
    }
}

@media (min-width: 768px) {
    .plyr .plyr__volume {
        max-width: 100px
    }
}

.plyr--is-ios .plyr__volume, .plyr--is-ios [data-plyr=mute] {
    display: none !important
}

.plyr--fullscreen-active {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    z-index: 10000000;
    background: #000;
    border-radius: 0 !important
}

.plyr--fullscreen-active video {
    height: 100%
}

.plyr--fullscreen-active .plyr__video-wrapper {
    height: 100%;
    width: 100%
}

.plyr--fullscreen-active .plyr__video-embed {
    overflow: visible
}

.plyr--fullscreen-active .plyr__controls {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0
}

.plyr--fullscreen-active.plyr--vimeo .plyr__video-wrapper {
    height: 0;
    top: 50%;
    transform: translateY(-50%)
}

/*plan*/
.plan {
    margin: 50px auto;
}

.plan ul li {
    width: 16.66%;
    height: 550px;
    position: relative;
    background-color: #000;
    float: left;
    overflow: hidden;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.plan ul li:nth-of-type(2) {
    animation-delay: 0.2s;
}

.plan ul li:nth-of-type(3) {
    animation-delay: 0.4s;
}

.plan ul li:nth-of-type(4) {
    animation-delay: 0.6s;
}

.plan ul li:nth-of-type(5) {
    animation-delay: 0.8s;
}

.plan ul li.cur {
    width: 16.6667%;
}

.plan ul li.slide {
    width: 16.25%;
}

.plan ul li .img {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0.5;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-size:cover;
}

.plan ul li.cur .img {
    opacity: 1;
}

.plan ul li .ico {
    position: absolute;
    width: 100px;
    height: 100px;
    left: 0;
    right: 0;
    margin: auto;
    top: 20%;
    opacity: 1;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.plan ul li .ico i {
    display: block;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-image: url(../images/plan_ico.png);
    background-repeat: no-repeat;
    background-color: #005bac;
    position: absolute;
    bottom: 0;
    right: 0;
    top: 0;
    left: 0;
    background-size:cover;
    margin: auto;

}

.plan ul li:nth-of-type(1) .ico i {
    background-position: 0 0;
}

.plan ul li:nth-of-type(2) .ico i {
    background-position: -70px 0;
}

.plan ul li:nth-of-type(3) .ico i {
    background-position: -140px 0;
}

.plan ul li:nth-of-type(4) .ico i {
    background-position: -210px 0;
}

.plan ul li:nth-of-type(5) .ico i {
    background-position: -280px 0;
}

.plan ul li:nth-of-type(6) .ico i {
    background-position: -350px 0;
}

.plan ul li.cur .ico {
    top: 50%;
    opacity: 0;
}

.plan ul li p {
    position: absolute;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    left: 0;
    bottom: 35%;
    color: #fff;
    font-size: 18px;
    opacity: 1;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.plan ul li.cur p {
    opacity: 0;
}

.plan ul li mark {
    display: block;
    width: 260px;
    height: 210px;
    border: 5px solid rgba(0, 0, 0, 0.1);
    background-color:rgba(255,255,255,0.8);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    transform-origin: left bottom;
    -webkit-transform-origin: left bottom;
    -webkit-transition: -webkit-transform .52s cubic-bezier(.4, 0, .2, 1);
    transition: -webkit-transform .52s cubic-bezier(.4, 0, .2, 1);
    transition: transform .52s cubic-bezier(.4, 0, .2, 1);
    -moz-transition: transform .52s cubic-bezier(.4, 0, .2, 1),
    -webkit-transform .52s cubic-bezier(.4, 0, .2, 1);
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
    visibility: hidden \9;
}

.plan ul li.cur mark {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    transform-origin: left top;
    -webkit-transform-origin: left top;
    visibility: visible \9;
}

.plan ul li .text {
    width: 260px;
    height: 210px;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    bottom: 0;
    margin: auto;
    text-align: center;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.plan ul li .text h3 {
    font-size: 18px;
    color: #333;
    font-weight: 500;
    margin-top: 50px;
}

.plan ul li .text span {
    display: block;
}

.plan ul li .text .en {
    display:block;
    font-size: 14px;
    color: #666;
    padding:15px 10px 0;
}

.plan ul li .text .more {
    font-size: 14px;
    color: #999;
    margin-top: 10px;
}

.plan ul li.cur .text {
    opacity: 1;
    top: 0;
}

/*news*/
.news {
    margin-top: 50px;
}

.news ul li {
    width: 31.33333%;
    float: left;
}

.news ul li .img {
    width: 100%;
    overflow: hidden;
}

.news ul li .img img {
    width: 100%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.news ul li .tet {
    background-color: #f2f2f2;
    padding: 5px 10px 5px;
    position: relative;
    text-align: center;
}

.news ul li .tet h4 {
    font-weight: normal;
    font-size: 16px;
    color: #333;
    height: 40px;
    line-height: 40px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.news ul li .tet p {
    line-height: 1.6;
    color: #666;
    font-size: 14px;
}

.news ul li .tet .more {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    color: #999;
    line-height: 30px;
}
.news ul li .text {
    background-color: #f2f2f2;
    padding: 35px 10px 5px;
    position: relative;
    text-align: center;
}

.news ul li .text h4 {
    font-weight: normal;
    font-size: 16px;
    color: #333;
    height: 40px;
    line-height: 40px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.news ul li .text p {
    line-height: 1.6;
    color: #666;
    font-size: 14px;
}

.news ul li .text .more {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    color: #999;
    line-height: 30px;
}

.news ul li .text .date {
    width: 60px;
    height: 60px;
    position: absolute;
    left: 0;
    right: 0;
    top: -30px;
    margin: auto;
    color: #fff;

}

.news ul li .text .date:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #005bac;
    -webkit-transform: rotate(45deg);
}

.news ul li .text .date span {
    display: block;
    position: relative;
    z-index: 2;
}

.news ul li .text .date .day {
    font-size: 18px;
}

.news ul li .text .date .year {
    font-size: 10px;
    position: relative;
    top: -5px;
}

.news ul li:hover .img img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
}

.news ul li .text h4:hover {
    color: #005bac;
}

.news ul li .text .more:hover {
    text-decoration: underline;
    color: #333;
}

.news .flex-control-nav {
    width: 100%;
    bottom: 0px;
    margin: 40px auto 0;
    text-align: center;
}

.news .flex-control-nav li {
    margin-right: 12px;
    display: inline-block;
}

.news .flex-control-nav li a {
    display: block;
    height: 8px;
    width: 16px;
    border-radius: 4px;
    background: #ccc;
    position: relative;
    bottom: 0px;
    transition: 300ms ease-in-out;
}

.news .flex-control-nav li span {
    display: block;
    text-indent: 888px;
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 0;
    background: #d6000f;
    border-radius: 3px;
}

.news .flex-control-nav li a.flex-active {
    width: 33px;
    transition: 500ms linear;
    background: #d6000f;
}

/*case*/
.main_4 {
    background: url() no-repeat center center;
    margin-top: 20px;
    padding-bottom: 0px;
    background-color: #fff;}

.case .case_title {
    text-align: center;
    margin: 40px auto;
}

.case .case_title li {
    display: inline-block;
    width: 140px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border: 1px solid #00427d;
    margin: 0 20px;
    overflow: hidden;
    position: relative;
}

.case .case_title li a {
    display: block;
    color: #00427d;
    position: relative;
    z-index: 6;
}

.case .case_title li:before {
    content: '';
    display: block;
    width: 98%;
    height: 28px;
    width: calc(100% - 4px);
    border: 1px solid #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.case .case_title li.cur {
    background-color: #00427d;
}

.case .case_title li.cur a {
    color: #fff;
}

.case .case_con ul {
    display: none;
}

.case .case_con ul.cur {
    display: block;
}

.case .case_con ul li {
    width: 23%;
    margin: 1%;
    float: left;
    position: relative;
    background-color: #005bac;
    overflow: hidden;
}

.case .case_con ul li .img {
    width: 100%;
    overflow: hidden;
}

.case .case_con ul li .img img {
    width: 100%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: relative;
    top: 0;
}

.case .case_con ul li p {
    position: absolute;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    left: 0;
    bottom: -40px;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: 2;
}

.case .case_con ul li:hover .img img {
    top: -40px;
}

.case .case_con ul li:hover p {
    bottom: 0;
    opacity: 1;
}

/*market*/


.market {
    margin-top: 50px;
}

.market .describe {
    width: 80%;
    margin: auto;
    text-align: center;
}

.market_con {
    width: 520px;
    margin: 50px auto 0;
    background: url(http://www.yqibms.com/template/pc/static/image/map.png) no-repeat top center;
    height: 450px;
    position: relative;
}
.market_con ul li{
    position:absolute;
    width: 50px;
    height: 22px;
}

.market_con ul li .tit {
    color: #fff;
    font-size: 16px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    cursor: pointer;
}

.market_con ul li .tit:before,
.market_con ul li .tit:after {
    content: '';
    display: block;
    position: absolute;
    border-radius: 50%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.market_con ul li .tit:before{
    width: 6px;
    height: 6px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: rgba(255,255,255,0.6);
    z-index:2;
}
.market_con ul li.pantagon .tit:after{
    display:none;
}
.market_con ul li .tit:after{
    width: 12px;
    height: 12px;
    left: -3px;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: rgba(255,255,255,0.2);
}
.market_con ul li .tit span {
    position: relative;
    left: 10px;
    font-size:14px;top: -4px;
}

.market_con ul li.cur .tit {
}


.market_con ul li:hover .tit {
    color:#d6000f;
}

.market_con ul li:nth-of-type(1) {
    top: 145px;
    right: 90px;
}

.market_con ul li:nth-of-type(1) .tit span {
    top: -25px;
    left: -5px;
}

.market_con ul li:nth-of-type(2) {
    top: 153px;
    right: 75px;
    color: #666;
}

.market_con ul li:nth-of-type(3) {
    top: 176px;
    right: 35px;
    color: #666;
}

.market_con ul li:nth-of-type(4) {
    top: 205px;
    right: 70px;
}

.market_con ul li:nth-of-type(4) .tit span {
    right: 35px;
    left: auto;
    top: -5px;
}

.market_con ul li:nth-of-type(5) {
    top: 240px;
    right: 70px;
}

.market_con ul li:nth-of-type(5) .tit span {
    right: 35px;
    left: auto;
    top: -5px;
}

.market_con ul li:nth-of-type(6) {
    top: 240px;
    right: 45px;
}

.market_con ul li:nth-of-type(6) .tit span {
    left: auto;
    top: -15px;
    color: #666;
}

.market_con ul li:nth-of-type(7) {
    top: 245px;
    right: 35px;
    color: #666;
}

.market_con ul li:nth-of-type(7) .tit span {
    left: 15px;
    top: -3px;
}

.market_con ul li:nth-of-type(8) {
    top: 250px;
    right: 35px;
}

.market_con ul li:nth-of-type(8) .tit span {
    right: 35px;
    left: auto;
    top: 5px;
}

.market_con ul li:nth-of-type(9)  {
    top: 265px;
    right: 95px;
}

.market_con ul li:nth-of-type(9) .tit span {
    right: 35px;
    left: auto;
    top: -5px;
}

.market_con ul li:nth-of-type(10)  {
    top: 285px;
    right: 85px;
}

.market_con ul li:nth-of-type(10) .tit span {
    left: 20px;
    top: -2px;
}

.market_con ul li:nth-of-type(11) {
    top: 280px;
    right: 175px;
}

.market_con ul li:nth-of-type(11) .tit span {
    right: 35px;
    left: auto;
    top: -5px;
}

.market_con ul li:nth-of-type(12) {
    top: 345px;
    right: 98px;
}

.market_con ul li:nth-of-type(12) .tit span {
    right: 35px;
    left: auto;
    top: -5px;
}

.market_con ul li:nth-of-type(13) {
    top: 340px;
    right: 90px;
}

.market_con ul li:nth-of-type(14) {
    top: 70px;
    right: 15px;
}
.market_con ul li:nth-of-type(14) .tit span {
    top: -4px;
    left: -45px;
}
.market_con ul li:nth-of-type(15) {
    top: 93px;
    right: 20px;
}
.market_con ul li:nth-of-type(16) {
    top: 120px;
    right: 32px;
}
.market_con ul li:nth-of-type(17)  {
    top: 150px;
    right: 130px;
    width:60px;
}
.market_con ul li:nth-of-type(17) .tit span {
    top: -4px;
    left: -60px;
}
.market_con ul li:nth-of-type(18){
    top: 100px;
    right: 325px;
    width:60px;
}
.market_con ul li:nth-of-type(18) .tit span {
    top: 8px;
    left: -25px;
}
.market_con ul li:nth-of-type(19){
    top: 265px;
    right: 325px;
}
.market_con ul li:nth-of-type(20){
    top: 200px;
    right: 225px;
}
.market_con ul li:nth-of-type(20) .tit span {
    top: -5px;
    left: -30px;
}
.market_con ul li:nth-of-type(21){
    top: 205px;
    right: 200px;
}
.market_con ul li:nth-of-type(22){
    top: 175px;
    right: 175px;
}
.market_con ul li:nth-of-type(23){
    top: 175px;
    right: 120px;
}
.market_con ul li:nth-of-type(23) .tit span {
    top: 8px;
    left: -10px;
}
.market_con ul li:nth-of-type(24){
    top: 170px;
    right: 100px;
}
.market_con ul li:nth-of-type(25){
    top:220px;
    right: 100px;
}
.market_con ul li:nth-of-type(25) .tit span {
    top: -5px;
    left: -35px;
}
.market_con ul li:nth-of-type(26){
    top:225px;
    right: 160px;
}
.market_con ul li:nth-of-type(26) .tit span {
    top: 8px;
    left: -10px;
}
.market_con ul li:nth-of-type(27){
    top:260px;
    right: 210px;
}
.market_con ul li:nth-of-type(27) .tit span {
    top: -5px;
    left: -35px;
}
.market_con ul li:nth-of-type(28){
    top:335px;
    right: 210px;
}
.market_con ul li:nth-of-type(28) .tit span {
    top: -5px;
    left: -35px;
}
.market_con ul li:nth-of-type(29){
    top:345px;
    right: 150px;
}
.market_con ul li:nth-of-type(29) .tit span {
    top: 8px;
    left: -10px;
}
.market_con ul li:nth-of-type(30){
    top:305px;
    right: 165px;
}
.market_con ul li:nth-of-type(30) .tit span {
    top: 8px;
    left: -10px;
}
.market_con ul li:nth-of-type(31){
    top:392px;
    right: 132px;
}
.market_con ul li:nth-of-type(32){
    top:285px;
    right: 115px;
}
.market_con ul li:nth-of-type(32) .tit span {
    top: 8px;
    left: -10px;
}
.market_con ul li:nth-of-type(33){
    top:305px;
    right: 45px;
}
.market_con ul li:nth-of-type(34){
    top:325px;
    right: 15px;
}
.market_con ul li:nth-of-type(35){
    top:185px;
    right: 75px;
}
.market_con ul li.pantagon :before {
    width: 18px;
    height: 18px;
    background: url(http://www.yqibms.com/template/pc/static/image/pantagon.png) no-repeat center center;
}

.market_text {
    text-align: center;
margin-top:40px;
}

.market_text p {
    display: inline-block;
    padding: 4px 25px;
    border: 1px solid #ccc;
    font-size: 14px;
    background-color: rgba(255, 255, 255, 0.5);
    margin: 0 10px;
}

/*footer*/
footer {
    color: #eee;
    background-color: #333333;
    position: relative;
    -webkit-transition: all 0.5s ease-in-out 500ms;
    -moz-transition: all 0.5s ease-in-out 500ms;
    -o-transition: all 0.5s ease-in-out 500ms;
    transition: all 0.5s ease-in-out 500ms;
    z-index: 101;
}

footer:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background-color: #d6000f;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

footer.transY {
    opacity: 1;
    top: 0;
}

.footer_menu {
    padding: 30px 0;
    border-bottom: 1px dashed #000;
}

.footer_menu_left {
    width: 78%;
}

.footer_menu_left ul li {
    padding-right: 6%;
    float: left;
}

.footer_menu_left ul li a {
    color: #dbdbdb;
}

.footer_menu_left ul li h3 {
    font-size: 16px;
    height: 40px;
    line-height: 40px;
}

.footer_menu_left ul li h3 a {
    color: #fff;
}

.footer_menu_left ul li p a {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.footer_menu_right {
  	margin-left: 4%;
}

.footer_menu_right h3 {
    font-size: 24px;
    height: 40px;
    color: #fff;
    line-height: 40px;
    font-weight: normal;
    	margin-left: 4%;
}

.footer_menu_right .f_tel {
    font-size: 32px;
}

.footer_menu_right .f_email {
    margin-top: -8px;
}

.footer_ico span {
    display: inline-block;
    text-align: right;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    margin-top: 5px;
    background-image: url(http://www.yqibms.com/template/pc/static/image/footer_ico.png);
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 0.2);
}

.footer_ico span:nth-of-type(1) {
    background-position: 0 0;
}

.footer_ico span:nth-of-type(2) {
    background-position: -48px 0;
}

.footer_ico span:nth-of-type(3) {
    background-position: -96px 0;
}

.copy {
    width: 100%;
    height: 100px;
    line-height: 40px;
    border-top: 1px solid #000;
    position: relative;
}

.copy:before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    top: 0px;
    background-color: #454545;
}

.copy a {
    color: #eee;
    margin-left: 30px;
}

.copy a:hover {
    color: #fff;
    text-decoration: underline;
}

.friend_link{
    background-color:#1a1a1a;
    border-top: 1px dashed #565656;
}
.friend_link .inner {
    padding: 15px 0 20px;
}

.friend_link h3 {
    font-weight: normal;
    font-size: 14px;
}

.friend_link span {
    display: block;
    width: 200px;
    height: 32px;
    line-height: 32px;
    margin-top: 4px;
    border: 1px solid #666;
    background-color: #181818;
    padding: 0 10px;
    font-size: 12px;
}

.friend_link i {
    display: block;
    position: absolute;
    width: 32px;
    height: 32px;
    background-color: #d6000f;
    right: 0;
    top: 4px;
    cursor: pointer;
}

.friend_link i:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-bottom: 6px solid #ccc;
    position: absolute;
    left: 0;
    right: 0;
    top: 7px;
    margin: auto;
}

.friend_link .link_ul {
}

.friend_link .link_ul li {
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    border-top: 1px solid #474747;
    border-left: 1px solid #474747;
    border-right: 1px solid #474747;
}

.friend_link .link_ul a {
    color: #dfdfdf;
    padding: 0 10px;
    display:inline-block;
}

.friend_link .link_ul a:hover {
    color: #fff;
}

.weixin {
    width: 120px;
    margin: 5px 80px 0 0;
}

.weixin .img {
    width: 100%;
}

.weixin .img img {
    width: 100%;
}

.weixin p {
    text-align: center;
}

/*pbanner*/
.pbanner {
    position: relative;
    z-index: 10;
    overflow:hidden;
}

.pbanner figure {
    height:700px;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-size:cover;
    -webkit-transition:all 1.5s ease;
    -moz-transition:all 1.5s ease;
    -o-transition:all 1.5s ease;
    transition:all 1.5s ease;
}

.pbanner figure img {
    width: 100%;
    display:none;
}
.pbanner.slide figure{
    height:300px;
}

.ptitle {
    height: 220px;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 10;
    -webkit-transition:all 0.8s ease;
    -moz-transition:all 0.8s ease;
    -o-transition:all 0.8s ease;
    transition:all 0.8s ease;
}

.ph3 {
    margin: auto;
    display: inline-block;
    width: 30px;
    padding: 45px 42px;
    position: relative;
    box-sizing: content-box;
}

.ph3 span {
    display: block;
    position: absolute;
    background: rgba(255, 255, 255, 0.36);
    background: #fff \9;
    filter: alpha(opacity=36);
}

.ph3 span.line1 {
    width: 100%;
    height: 10px;
    left: 0;
    top: 0;
}

.ph3 span.line3 {
    width: 100%;
    height: 10px;
    right: 0;
    bottom: 0;
}

.ph3 span.line2 {
    width: 10px;
    height: 214px;
    right: 0;
    top: 10px;
}

.ph3 span.line4 {
    width: 10px;
    height: 214px;
    left: 0;
    bottom: 10px;
}

.ph3 strong {
    display: block;
    position: relative;
    color: #fff;
    font-size: 30px;
    text-align: center;
    line-height: 1.2;
    font-weight: normal;
}

.pbanner.slide .ptitle{
    top:600px;
}
.ptitle small {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 27px;
    line-height: 1;
    margin-top: 10px;
    text-transform: capitalize;
}

.mousedown {
    width: 18px;
    height: 29px;
    border: 3px solid #fff;
    border-radius: 2px;
    position: absolute;
    left: 50%;
    margin-left: -12px;
    bottom: 33px;
    z-index: 10;
}

.mousedown i {
    display: block;
    width: 3px;
    height: 7px;
    background: #fff;
    position: absolute;
    left: 50%;
    margin-left: -1px;
    top: 8px;
    animation: moveDownSpot 1000ms infinite;
    -webkit-animation: moveDownSpot 1000ms infinite;
    -moz-animation: moveDownSpot 1000ms infinite;
}

@keyframes moveDownSpot {
    from {
        opacity: 1;
        top: 3px;
    }
    to {
        opacity: 0;
        top: 15px;
    }
}

/*menu*/
.leval-menu {
    position: relative;
    line-height: 0;
    text-align: center;
    height: 60px;
    top: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: 100%;
    z-index: 9;
}

.leval-menu.fixed {
    position: fixed;
    top: 60px;
}

.leval-menu > p {
    width: 100%;
    height: 60px;
    line-height: 60px;
    color: #fff;
    font-size: 20px;
    background-color: #005bac;
    cursor: pointer;
    position: relative;
}

.leval-menu > p:before {
    content: '';
    display: inline-block;
    position: absolute;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-top: 6px solid #fff;
    top: 50%;
    margin: auto;
    margin-left: 90px;
    margin-top: -5px;
}

.levalwr {
    text-align: center;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    z-index: 88;
    border-bottom: 1px solid #999999;
}

.levalwr.fkis {
    position: fixed;
}

.levalwr.fkis .leval-lists li a {
    padding: 27px 0 26px;
}

.leval-lists {
    margin: auto;
    display: inline-block;
}

.leval-lists.on li.current:before {
    display: none;
}

.leval-lists li {
    float: left;
    position: relative;
    line-height: 1;
}

.leval-lists li:last-child {
    margin-right: 0;
}

.leval-lists li a {
    display: block;
    padding: 25px 20px 22px;
    position: relative;
    line-height: 1;
    color: #333333;
    font-size: 16px;
    z-index: 10;
}

.leval-lists li:before {
    content: "";
    position: absolute;
    width: 60%;
    bottom: -4px;
    height: 8px;
    left: 0;
    right: 0;
    margin: auto;
    background: #d6000f;
    transform-origin: 100%;
    -webkit-transform-origin: 100%;
    -webkit-transition: -webkit-transform .35s cubic-bezier(.4, 0, .2, 1);
    transition: -webkit-transform .35s cubic-bezier(.4, 0, .2, 1);
    transition: transform .35s cubic-bezier(.4, 0, .2, 1);
    transition: transform .35s cubic-bezier(.4, 0, .2, 1), -webkit-transform .35s cubic-bezier(.4, 0, .2, 1);
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    visibility: hidden \9;
}

.leval-lists li:hover:before, .leval-lists li.current:before {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    transform-origin: 0;
    -webkit-transform-origin: 0;
    visibility: visible \9;
}

/*sub_main public*/
.sub_main {
    width: 100%;
    position: relative;
}

.sub_main .inner {
    width: 1100px;
}

.com_menu {
    width: 200px;
    position: absolute;
    right: 10%;
    top: -80px;
    z-index: 100;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.com_menu.fixed {
    z-index:999;
}

.com_menu .menu_head {
    width: 100%;
    height: 80px;
    background-color: #025cad;
    color: #fff;
    position: relative;
    padding-top: 25px;
    text-align: center;
}

.com_menu .menu_head h2 {
    font-size: 24px;
}

.com_menu .menu_head span {
    text-transform: uppercase;
    font-size: 20px;
    position: absolute;
    opacity: 0.2;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.com_menu .menu_list {
    width: 100%;
    background-color: #fff;
    padding-top: 10px;
}

.com_menu .menu_list li {
    width: 100%;
    text-align: center;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #fafafa;
}

.com_menu .menu_list li.cur,
.com_menu .menu_list li:hover {
    background-color: #025cad;
}

.com_menu .menu_list li a{
    display:block;
}
.com_menu .menu_list li.cur a,
.com_menu .menu_list li:hover a {
    color: #fff;
}

.com_menu .menu_list li:nth-last-of-type {
    border: 0;
}

.com_menu .menu_list li a {
    color: #333;
}

.sub_main_con {
    position: relative;
    padding-top: 80px;
}

.sub_logo {
    width:100%;
    position: absolute;
    z-index: 9;
    left: 0;
    right: 0;
    margin: auto;
    overflow:hidden;
}

.sub_logo img {
    margin: 0 auto 10px;
}

.fixed_img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background: url(http://www.yqibms.com/template/pc/static/image/sub_bg.jpg) no-repeat fixed center top;
    background-size: cover;
}

/*about intro*/
.sub_main_con .sub_main_box {
    padding: 0 80px 80px;
    position: relative;
    z-index: 99;
    background-color: rgba(255, 255, 255, 0.6);
    border-top: 5px solid rgba(214, 0, 14, 0.5);
    top: 0px;
}

.sub_main_con .title {
    margin: 40px 0 20px;
}

.sub_main_con .title h3 {
    font-size: 22px;
    font-weight: normal;
    text-align: center;
}

.sub_intro .intro_img {
    width: 100%;
}

.sub_intro .intro_img .img_box {
    width: 100%;
    overflow: hidden;
}

.sub_intro .intro_img img {
    width: 100%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.sub_intro .intro_img img:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.sub_intro .intro_text {
    width: 100%;
}

.sub_intro .intro_text p {
    line-height: 2;
    margin-bottom: 10px;
}

.definite {
    padding: 26px 0 30px;
    border-bottom: 2px solid #707070;
}

.definite p {
    display: block;
    text-align: center;
    font-size: 16px;
    line-height: 1;
    margin-bottom: 6px;
}

.definite span {
    display: block;
    text-align: center;
    line-height: 1;
    color: #666666;
    font-size: 14px;
    text-transform: uppercase;
}

.sub_main_con .bottom_link {
    height: 47px;
    line-height: 47px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 50px;
    margin: auto;
    text-align: right;
    padding-right: 60px;
    font-size: 16px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.sub_main_con .bottom_link a {
    color: #333;
}

.sub_main_con .bottom_link i {
    display: inline-block;
    width: 47px;
    height: 47px;
    background: url(http://www.yqibms.com/template/pc/static/image/pmore.png);
    position: absolute;
    right: 0px;
    top: 0px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.sub_main_con .bottom_link:hover {
    padding-right: 70px;
}

.sub_main_con .bottom_link:hover i {
    right: -10px;
}

/*culture*/
.culture_list li {
    width: 100%;
    border: 1px solid #eaeaea;
    margin: 10px 0;
    position: relative;
    background-color: #fafafa;
}

.culture_list li .img, .culture_list li .con {
    width: 50%;
    float: left;
}

.culture_list li:nth-of-type(2n+2) .img,
.culture_list li:nth-of-type(2n+2) .con {
    float: right;
}

.culture_list li .img img {
    width: 100%;
}

.culture_list li .con {
    padding: 40px 30px;
}

.culture_list li .con p {
    font-size: 14px;
}

.culture_list li .con h4 {
    width: 50%;
    font-size: 14px;
    font-weight: normal;
    color: #025cad;
    position: absolute;
    bottom: 10px;
    line-height: 2;
    text-align: right;
    padding: 0 30px;
    right: 0;
}

.culture_list li:nth-of-type(2n+2) .con h4 {
    right: auto;
    left: 0;
}

.culture_list li .con h4 span {
    display: block;
    line-height: 1.2;
    text-transform: uppercase;
    color: #aeaeae;
    font-size: 12px;
}

/*care*/
.care_list {
    margin-top: 40px;
}

.care_list ul li {
    width: 50%;
    float: left;
    padding: 2px;
    position: relative;
    perspective: 500px;
    overflow: hidden;
}

.care_list ul li .img {
    width: 100%;
}

.care_list ul li .img img {
    width: 100%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display:block;
}

.care_list ul li .bg {
    position: absolute;
    width:98%;
    width: calc(100% - 4px);
    height: 60px;
    background-color: #005cae;
    transform-origin: center bottom 0;
    left: 0;
    right:0;
    bottom:-60px;
    margin:auto;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
   
}

.care_list ul li .bg p {
    width:100%;
    height: 60px;
    padding:0 20px;
    color: #fff;
    position: absolute;
    bottom: 0;
    line-height:30px;
}

.care_list ul li:hover .bg {
bottom:0;
}

.care_list ul li:hover .img img {
    transform: translateY(-50px);
}

/*market*/
.sub_main_con .market {
    margin-top: 0;
}

.sub_main_con .market_con {
    height: auto;
    padding-top: 450px;
}

.sub_main_con .market_con ul li {
}

.sub_main_con .market_con ul li .details {
    position: static;
    display: block;
    background: rgba(0, 0, 0, 0.1);
    border: 1px solid #fff;
}

/*oofice*/
.office_con .img {
    width: 100%;
}

.office_con .img img {
    width: 100%;
}

.sub_work {
    width: 200px;
}

.sub_work ul li {
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin: 5px 0;
    border: 1px solid #fff;
    float: left;
    text-align: center;
    position: relative;
    background-color:#fff;    
    -webkit-box-shadow: 0px 4px 0px #aaa, 0px 4px 15px rgba(0,0,0,.2);
    -moz-box-shadow: 0px 4px 0px #aaa, 0px 4px 15px rgba(0,0,0,.2);
    box-shadow: 0px 4px 0px #aaa, 0px 4px 15px rgba(0,0,0,.2);
}

.sub_work ul li a {
    color: #fff;
    display: block;
    font-size: 16px;
    position: relative;
    z-index: 2;
}

.sub_work ul li i {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(http://www.yqibms.com/template/pc/static/image/work_ico.png);
    background-repeat: no-repeat;
    position: relative;
    top: 4px;
    margin-right: 10px;
}

.sub_work ul li:nth-of-type(1) i {
    background-position: 0 0;
}

.sub_work ul li:nth-of-type(2) i {
    background-position: -20px 0;
}

.sub_work ul li:nth-of-type(3) i {
    background-position: -40px 0;
}

.sub_work ul li span {
    display: inline-block;
color:#333;
}

.sub_work ul li .line {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.sub_work ul li .line b {
    position: absolute;
    background-color: #fff;
    -webkit-transition: all 150ms linear;
    -moz-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    transition: all 150ms linear;
}

.sub_work ul li .line .line1 {
    width: 0;
    height: 2px;
    right: 50%;
    bottom: 0;
    -webkit-transition-delay: 300ms;
}

.sub_work ul li .line .line2 {
    width: 0;
    height: 2px;
    left: 50%;
    bottom: 0;
    -webkit-transition-delay: 300ms;
}

.sub_work ul li .line .line3 {
    width: 2px;
    height: 0;
    left: 0;
    bottom: 0;
    -webkit-transition-delay: 150ms;
}

.sub_work ul li .line .line4 {
    width: 2px;
    height: 0;
    right: 0;
    bottom: 0;
    -webkit-transition-delay: 150ms;
}

.sub_work ul li .line .line5 {
    width: 0;
    height: 2px;
    left: 0;
    top: 0;
    -webkit-transition-delay: 0ms;
}

.sub_work ul li .line .line6 {
    width: 0;
    height: 2px;
    right: 0;
    top: 0;
    -webkit-transition-delay: 0ms;
}

.sub_work ul li:hover .line .line1,
.sub_work ul li:hover .line .line2 {
    width: 50%;
    -webkit-transition-delay: 0ms;
}

.sub_work ul li:hover .line .line3,
.sub_work ul li:hover .line .line4 {
    height: 100%;
    -webkit-transition-delay: 150ms;
}

.sub_work ul li:hover .line .line5,
.sub_work ul li:hover .line .line6 {
    width: 50%;
    -webkit-transition-delay: 300ms;
}

/*sub_honor*/
.sub_honor {
}

.sub_honor ul li {
    position: relative;
    border-left: 2px solid #ccc;
    padding-left: 20px;
    background-color: #fafafa;
    margin: 5px 0;
    cursor: pointer;
}

.sub_honor ul li:before {
    content: '';
    display: block;
    width: 0;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #eaeaea;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.sub_honor ul li:hover:before {
    width: 100%;
}

.sub_honor ul li .con {
    position: relative;
    z-index: 2;
}

.sub_honor ul li .border {
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    left: -30px;
    top: 12px;
    margin: auto;
    border: 4px solid #d6000f;
    background-color: #fff;
}

.sub_honor ul li p {
    height: 46px;
    line-height: 46px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 15px;
}

.sub_honor ul li .img {
    width: 30%;
}

.sub_honor ul li .img img {
    width: 100%;
    padding-bottom: 10px;
}

/*solution*/
.solution_box {
    width: 75%;
    margin: auto;
}

.solution ul li {
    width: 30.3333%;
    margin: 1.5%;
    float: left;
    position: relative;
    overflow: hidden;
}

.solution ul li:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background-color: #d6000f;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: 2;
}

.solution ul li .img {
    width: 100%;
}

.solution ul li .img img {
    width: 100%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.solution ul li .text {
    width: 100%;
    height: 60px;
    line-height: 60px;
    background-color: #eaeaea;
    position: relative;
    font-size: 16px;
    color: #333;
    text-align: center;
}

.solution ul li .text span {
    display: block;
    position: relative;
    left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.solution ul li .text p {
    position: absolute;
    left: 100%;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 0 15px;
    text-align: left;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-color: #eaeaea;
}

.solution ul li .text i {
    display: block;
    width: 32px;
    height: 9px;
    background: url(http://www.yqibms.com/template/pc/static/image/arrow2.png);
    position: absolute;
    right: -50px;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.solution ul li:hover:before {
    width: 100%;
}

.solution ul li:hover .img img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.solution ul li:hover .text span {
    left: 100%;
}

.solution ul li:hover .text p {
    left: 0;
}

.solution ul li:hover .text i {
    right: 15px;
}

/*分页样式*/
.page-box {
    position: relative;
    width: 100%;
    z-index: 2;
    padding: 40px 0;
}

.digg {
    text-align: center;
}

.digg span {
    display: inline-block;
    margin-right: 3px;
    padding: 5px 12px;
    border: 1px solid #ededed;
}

.digg a:link, .digg a:visited {
    color: #555;
}

.digg span {
    display: inline-block;
    margin-right: 3px;
    padding: 5px 12px;
    border: 1px solid #ededed;
}


.digg li {display: inline-block;}

.digg tcdNumber {
    display: inline-block;
    margin-right: 3px;
    padding: 5px 12px;
    border: 1px solid #ededed;
}



.digg a {
    background-color: #fff;
    padding: 7px 12px;
    border: 1px solid #ededed;
    margin-right: 3px;
}

.digg a:active, .digg a:hover {
    color: #fff;
    background-color: #005bac;
}

/*solution_show*/
.solution_show p {
    margin: 10px 0;
}

.solution_show img {
    max-width: 100%;
    margin: auto;
}

/*sub_case*/
.sub_main_box .case ul li {
    width: 48%;
}

/*job_box*/
.job_box .linian_img {
    position: relative;
}

.linian_img img {
    width: 100%;
}

.linian_img .text {
    width: 40%;
    height: 100%;
    background: rgba(2, 92, 173, 0.5);
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    margin: auto;
    color: #fff;
    padding: 80px 0 0 50px;
}

.linian_img .text h3 {
    font-size: 32px;
}

.linian_img .text p {
    font-size: 16px;
}

.linian_text p {
    line-height: 2;
    margin-top: 10px;
    text-indent: 2em;
}

.recruitment {
    margin-top: 20px;
    background: url(http://www.yqibms.com/template/pc/static/image/graffiti.png) no-repeat top center;
}

.recruitment .rec_tit {
    width: 100%;
    padding: 60px 0px;
    margin: auto;
    border: 1px solid rgba(2, 92, 173, 0.3);
    text-align: center;
    position: relative;
    background: rgba(2, 92, 173, 0.1);
}

.recruitment .rec_tit:before,
.recruitment .rec_tit:after {
    content: '';
    display: block;
    width: 30px;
    height: 1px;
    background-color: #333;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}

.recruitment .rec_tit:before {
    top: 30px;
}

.recruitment .rec_tit:after {
    bottom: 30px;
}

.recruitment .rec_p {
    text-align: center;
    margin: 20px 0;
}

.recruitment .rec_p h3 {
    font-size: 20px;
    text-align: center;
}

.recuite-title small {
    text-align: center;
    color: #c8c8c8;
    font-size: 20px;
    font-family: Arial;
    line-height: normal;
    display: block;
}

.recruite-t {
    margin-bottom: 10px;
    height: 40px;
    line-height: 40px;
    background-color: #025cad;
}

.recruite-t span {
    color: #fff;
    display: block;
    float: left;
    font-size: 14px;
}

.recruite-t span:nth-child(1), .recuite-top span:nth-child(1) {
    padding-left: 30px;
    width: 220px;
}

.recruite-t span:nth-child(2), .recuite-top span:nth-child(2) {
    width: 100px;
}

.recruite-t span:nth-child(3), .recuite-top span:nth-child(3) {
    width: 160px;
}

.recruite-t span:nth-child(4), .recuite-top span:nth-child(4) {
    width: 160px;
}

.recruite-t span:nth-child(5), .recuite-top span:nth-child(5) {
    float:right;
    padding-right: 10px;
}

.recuite-info {
    margin-bottom: 8px;
}

.recuite-top {
    cursor: pointer;
    background: #eaeaea;
    transition: 366ms;
    position: relative;
    overflow: inherit;
}

.recuite-top.on {
    background: #025cad;
}

.recuite-top.on span {
    color: #fff;
}

.recuite-top.on span:last-child:after {
    transform: translateY(50px);
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    opacity: 0;
    visibility: hidden;
}

.recuite-top span {
    display: block;
    float: left;
    position: relative;
    color: #333;
    font-size: 14px;
    line-height: 48px;
    transition: 320ms;
}

.recuite-top span:last-child {
    width: 19px;
    height: 19px;
    position: absolute;
    right: 20px;
    top: 14px;
}

.recuite-top span:last-child:before {
    content: "";
    width: 19px;
    height: 3px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 8px;
}

.recuite-top span:last-child:after {
    content: "";
    width: 3px;
    height: 19px;
    background: #fff;
    position: absolute;
    left: 8px;
    top: 0;
    transition: 320ms;
}

.recuites {
    padding: 32px 58px 70px 58px;
    background: #fff;
    position: relative;
    border: 1px solid #025cad;
    border-top: none;
    display: none;
}

.recuite-list {
    margin-bottom: 32px;
}

.recuite-list strong {
    font-weight: normal;
    line-height: normal;
    color: #d6010f;
    font-size: 14px;
    margin-bottom: 8px;
}

.recuite-list p {
    color: #969696;
    font-size: 14px;
    margin-bottom: 4px;
}

.deliver {
    margin-top: 60px;
    padding-top: 35px;
    border-top: 1px solid #eeeeee;
}

.deliver p {
    color: #969696;
    font-size: 14px;
    line-height: normal;
    margin-bottom: 10px;
}

.deliver a {
    color: #d6010f;
    font-size: 14px;
    text-decoration: underline;
}

.showd {
    display: block;
    padding-left: 26px;
    color: #d6010f;
    font-size: 14px;
    text-decoration: underline;
    background: url(http://www.yqibms.com/template/pc/static/images/tshow.png) left center no-repeat;
    cursor: pointer;
    position: absolute;
    right: 18px;
    bottom: 20px;
    transition: 322ms;
}

.showd:hover {
    background-position: left 2px;
}
.deliver input{
    font-family: "Microsoft Yahei", "微软雅黑";
}
.download{
    width: 100px;
    height:28px;
    line-height:28px;
    color:#fff;
    border:0;
    font-size:12px;
    cursor:pointer;
    background: #d6010f;
    padding:0;
    margin-left:10px;
}
.upload{
    width:70px;
    color:#fff;
    height:28px;
    line-height:28px;
    border:0;
    cursor:pointer;
    background: #d6010f;
    margin-top:10px;
}
/* contact start */

#map {
    width: 100%;
    height: 710px;
}

.contact_box {
    margin: auto;
}

.addressList {
    margin: 50px auto 30px;
}

.addressList dd {
    float: left;
    padding: 10px;
    width: 31.33333%;
    margin: 1%;
    border-bottom: 3px solid #dfdfdf;
    text-align: center;
    font-size: 14px;
    color: #848484;
    background-color: #eaeaea;
    height: 240px;
}

.addressList dd.item1 {
}

.addressList dd .t {
    width: 79px;
    height: 79px;
    padding-top: 25px;
    margin: -37px auto 0;
    position: relative;
    background: #025cad;
    border-radius: 50%;
}

.addressList dd .t i {
    background: url(../images/ci1.png) no-repeat;
    width: 70px;
    height: 70px;
    margin: auto;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.addressList dd.item2 .t i {
    background-image: url(../images/ci2.png);
}

.addressList dd.item3 .t i {
    background-image: url(../images/ci3.png);
}

.addressList dd h4 {
    height: 40px;
    line-height: 40px;
    font-weight: normal;
    font-size: 16px;
}

.addressList dd .c {
    width: 90%;
    overflow: hidden;
    margin: 0px auto;
}

.addressList dd:hover {
    border-bottom: 3px solid #d5000f;
    color: #005bac;
}

.addressList dd:hover .t i {
    background-position: right 0;
    animation: myS 0.8s linear 0s infinite;
    -moz-animation: myS 0.8s linear 0s infinite;
    -webkit-animation: myS 0.8s linear 0s infinite;
    -o-animation: myS 0.8s linear 0s infinite;
}

.messagePage {
}

.aboutT1 {
    font-size: 20px;
    color: rgb(102, 102, 102);
    text-align: center;
}

.aboutT2 {
    font-size: 14px;
    color: rgb(204, 204, 204);
    text-align: center;
    text-transform: uppercase;
}

.messagePage .bot {
    background-color: rgb(204, 204, 204);
    height: 1px;
    width: 146px;
    margin: 10px auto 50px;
}

.formbox {
    width: 640px;
    margin: 0px auto;
}

.formbox dd {
    padding-bottom: 20px;
}

.formbox dd.btnBox {
    padding-top: 14px;
}

.formbox input {
    background-color: #fafafa;
}

input.ctxt[type="text"] {
    border-radius: 12px;
}

.ctxt {
    color: rgb(51, 51, 51);
    padding: 12px 4%;
    height: 20px;
    line-height: 20px;
    border-radius: 14px;
    width: 41%;
    font-size: 14px;
    font-family: "microsoft yahei";
    border: 1px solid rgb(255, 255, 255);
}

.ctxt2 {
    float: right;
    display: block;
}

.ctxt3 {
    width: 92%;
    height: 90px;
    resize: none;
}

.moreMess {
    width: 174px;
    height: 46px;
    text-align: center;
    line-height: 46px;
    color: rgb(255, 255, 255);
    font-size: 16px;
    display: block;
    margin: 0px auto;
    background-color: #d5000f;
    position: relative;
    border-radius: 23px;
    overflow: hidden;
}

.moreMess .i2 {
    position: absolute;
    width: 174px;
    height: 0px;
    left: 0px;
    bottom: 0%;
    display: block;
    background-color: #005bac;
    transition: all 0.3s ease 0s;
}

.moreMess .i1 {
    position: relative;
    z-index: 2;
    background-color:transparent;
    border:0;
}

.moreMess:hover .i2 {
    height: 100%;
}

.formbox textarea {
    outline: medium none;
    background-color: #fafafa;
}

.formbox input[type="text"]:focus, .formbox textarea:focus {
    border-color: rgb(204, 204, 204);
}

/*sub_news*/
.sub_main_con .news ul li {
    width: 31.33333%;
    margin: 1%;
}

.up_down {
    height: 80px;
    line-height:80px;
    left: 0;
    right: 0;
    bottom: 50px;
    margin: auto;
    font-size: 16px;
}

.up_down .a {
    width: 50%;
    display: inline-block;
    position: relative;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.up_down .a a {
    color: #333;
}
.up_down .up {
    padding-left: 50px;
}

.up_down .down {
    text-align: right;
    padding-right: 50px;
}

.up_down i {
    display: inline-block;
    width: 47px;
    height: 80px;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.up_down .up i {
    left: 10px;
    background: url(http://www.yqibms.com/template/pc/static/image/arrow10.png) no-repeat left center;
}

.up_down .down i {
    right: 10px;
    background: url(http://www.yqibms.com/template/pc/static/image/arrow12.png) no-repeat right center;
}

.up_down .down:hover {
    padding-right: 60px;
}

.up_down .up:hover {
    padding-left: 60px;
}

.up_down .down:hover i {
    right: 0;
}

.up_down .up:hover i {
    left: 0;
}

.up_down {
}

.mousebox { position: absolute; width: 52px; left: 50%; margin-left: -15px; bottom: 30px; z-index: 20; }
.sub_mouse { width: 31px; height: 50px; margin: auto; position: relative; background: url(http://www.yqibms.com/template/pc/static/image/mouse.png) center no-repeat; }
.sub_mouse i { width: 13px; height: 8px; display: block; background: url(http://www.yqibms.com/template/pc/static/image/arrow.png) no-repeat center center; position: absolute; left: 9px; bottom: 13px; animation-delay: 0ms; animation-duration: 1340ms; animation-iteration-count: infinite; animation-name: arrow; animation-play-state: running; animation-timing-function: linear; }
.mousebox span { color: #fff; margin-top: 10px; display: block; text-align:center;font-size: 12px; }

@-webkit-keyframes arrow {
    0% { -webkit-transform: translate3d(0px, 0px, 0px); }
    50% { -webkit-transform: translate3d(0px, -8px, 0px); }
    100% { -webkit-transform: translate3d(0px, 0px, 0px); }
}

@keyframes arrow {
    0% { -webkit-transform: translate3d(0px, 0px, 0px); }
    50% { -webkit-transform: translate3d(0px, -8px, 0px); }
    100% { -webkit-transform: translate3d(0px, 0px, 0px); }
}

/*honor*/
common-t small { display: block; text-align: center; line-height: normal; color: #e0ae37; font-size: 30px; margin-bottom: 12px; font-family: "bodoni_bookitalic"; font-weight: normal; }
.common-t h4 { text-align: center; color: #000000; font-size: 18px; font-weight: normal; }
.introduct-text {}
.common-line { position: relative; height: 13px; }
.common-line i { display: block; width: 36px; height: 13px; background: #fdfdfd url(http://www.yqibms.com/template/pc/static/image/arrow1.png) center no-repeat; position: absolute; left: 50%; margin-left: -18px; top: 0; }
.common-line span { display: block; width: 100%; height: 2px; background: #eaeaea; position: absolute; left: 0; top: 6px; }

.introduct-info { padding: 20px 40px 0; }
.introduct-info p { text-indent: 26px; margin-bottom: 10px; }
.atlas { margin-top: 40px; }
.atlas-fix { margin-top: 24px; position:relative;}
.atlas-fix span { display: block; margin-left: 54px; color: #323232; font-size: 14px; }
.atlas-tab { margin-top: 24px; position: relative; }
.itemIn { padding: 5px; border: 1px solid #eaeaea; cursor: pointer; overflow: hidden; }
.item-fix { overflow: hidden; }
.item img { display: block; width: 100%; height: auto; transition: 450ms; }
.item img:hover { transform: scale(1.2); -webkit-transform: scale(1.2); -moz-transform: scale(1.2); }
.owl-theme { overflow: hidden; }
.atlas-tab .owl-item { float: left; }
.atlas-tab .owl-prev, .atlas-tab .owl-next { position: absolute; top: 50%; width: 14px; height: 18px; text-indent: 999px; overflow: hidden; margin-top: -9px; cursor: pointer; transition: 450ms; }
.atlas-tab .owl-prev { left: -30px; background: url(http://www.yqibms.com/template/pc/static/image/prev1.png) center no-repeat; }
.atlas-tab .owl-next { right: -30px; background: url(http://www.yqibms.com/template/pc/static/image/next1.png) center no-repeat; }
.atlas-tab .owl-prev:hover, .atlas-tab .owl-next:hover { opacity: 0.5; }
.backprev { position: absolute; overflow: hidden; right: 0; bottom: 79px; width: 166px; height: 49px; border: 1px solid #818181; border-right: none; }
.backprev:before { content: ""; width: 0%; height: 0%; position: absolute; left: 50%; top: 50%; transition: all .3s ease 0s; transform: translate(-50%,-50%); background: #818181; -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); border-radius: 50%; opacity: 0; visibility: hidden; }
.backprev a { display: block; line-height: 49px; position: relative; z-index: 20; color: #818181; font-size: 14px; padding-left: 25px; }
.backprev:hover:before { width: 110%; height: 450%; opacity: 1; visibility: visible; }
.backprev:hover a { color: #fff; }

/*响应式*/
@media (max-width: 1600px) {
    .com_menu {
        right: 5%;
    }
    #map{
        height:600px;
    }
}
@media (max-width: 1440px) {
    .tel {
        margin-left: 20px;
    }

    .nav > li {
        margin: 0 5px;
    }
    .com_menu {
        right: 2%;
    }
    #map{
        height:540px;
    }
}

@media (max-width: 1366px) {
    .tel {
        display: none;
    }

    .main_1 .about .about_con {
        margin: 0 0 40px;
    }
    #map{
        height:510px;
    }
}

@media (max-width: 1280px) {

    .com_menu {
        right: 0;
    }
    .sub_main .inner{
        width:900px;
    }
    .sub_main_con .sub_main_box{
        padding:0 40px 60px;
    }
    #map{
        height:470px;
    }
}

@media (max-width: 1200px) {
    .nav > li {
        margin: 0;
    }

    .inner {
        width: 96%;
    }

    .language {
        margin-left: 10px;
    }

    .main_1 {
        height: auto;
    }

    .main_1 .video, .main_1 .about {
        width: 100%;
        float: none;
        margin: auto;
    }

    .main_1 .video {
        height: 500px;
    }

    .footer_menu_right .f_tel {
        font-size: 28px;
    }

    .main_1 .about {
        padding: 50px 2%;
    }

    .recruite-fix{ width:100%;}
    .recruite-t{ display:-webkit-box; display:-webkit-flex; display:-ms-flexbox; display:flex;}
    .recruite-t span:nth-child(2),.recruite-t span:nth-child(4),.recuite-top span:nth-child(2),.recuite-top span:nth-child(4){ display:none;}
    .recruite-t span,.recuite-top span{ padding-left:0 !important; width:20% !important; box-sizing:border-box; text-align:center;}
    .recruite-t span:last-child{ text-align:right; padding-right:20px; box-sizing:border-box;}
    .recuite-top span:last-child{ width:19px !important;}
}

@media(max-width:1068px){
    .quick_entry{
         margin-left:15px;
     }
    .nav > li{
        width:85px;
    }
}
@media (max-width: 1024px) {
    .main_1 .video {
        height: 400px;
    }

    .nav {
        display: none;
    }

    .language {
        display: none;
    }

    .quick_entry{
        display: none;
    }
    .menuBtn {
        display: block;
    }

    .bannerBox .flex-control-nav, ul.flex-direction-nav {
        width: 98%;
    }

    .btext {
        width: 90%;
    }

    .sub_culture .part_4 {
        margin-top: 0;
    }

    .sub_culture .part_1 {
        margin-top: -40px;
    }

    .pbanner figure {
    }

    .pbanner figure img {
        display: none;
    }
    .com_menu{
        width:100%;
        position: static;
    }
    .com_menu .menu_head{
        padding:0;
        height:50px;
        line-height:50px;
        position: relative;
        cursor:pointer;
    }
    .com_menu .menu_head span{
        display:none;
    }
    .com_menu .menu_head h2{
        font-weight:normal;
        font-size:20px;
    }
    .com_menu .menu_head:before{
        content:"";
        display:inline-block;
        width:0;
        height:0;
        border:8px solid transparent;
        border-top:8px solid #fff;
        position:absolute;
        margin-left:60px;
        margin-top:20px;
    }
    .com_menu .menu_list{
        display:none;
    }
    .sub_main .inner,.solution_box,.contact_box{
        width:90%;
    }

    .recruiment-box{ padding:50px 0 120px;}
    .recuites{ padding:32px 30px 70px;}
    .recuite-title{ margin-bottom:32px;}
    .recuite-title h3{ font-size:26px; margin-bottom:8px;}
    .recuite-title small{ font-size:16px;}

    .addressList dd{
        width:96%;
        margin:5% 2%;
    }
}

@media (max-width: 991px) {

    .footer_menu_left {
        width: 55%;
    }

    .footer_menu_right {
        width: 40%;
    }

    .footer_menu_left ul li {
        width: 100%;
        text-align: center;
    }

    .footer_menu_left ul li h3 {
        border-bottom: 1px solid #666;
        position: relative;
        cursor: pointer;
    }

    .footer_menu_left ul li h3:before {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border: 6px solid transparent;
        border-top: 6px solid #666;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        margin: auto;
    }

    .footer_menu_left ul li p {
        display: none;
        padding: 10px 0;
        background-color: #272727;
    }

    .friend_link {
    }

    .copy p {
        float: none;
    }

    .leval-menu {
        height: auto;
    }

    .levalwr {
        display: none;
        top: 60px;
    }

    .leval-lists li {
        width: 50%;
        border-bottom: 1px solid #efefef;
    }
}

@media (max-width: 960px) {
    .sub_culture {
        background-size: cover;
    }

    .sub_culture .culture_box {
        width: 100%;
    }

    .sub_culture .part {
        margin-top: 20px;
    }

    .sub_culture .part img {
        display: none;
    }

    .sub_culture .part_1 {
        margin-top: -60px;
    }

    .sub_intro .img, .sub_intro .text {
        width: 98%;
        margin: auto;
        float: none;
    }

    .sub_intro .text {
        margin: 20px auto 60px;
    }
}

@media (max-width: 861px) {
    .menubox {
    }

    .header-box.on, .innerbox.on {
        left: 83%;
    }

    .home.on {
        left: 83%;
    }

    .main_1 .honor_box {
        width: 98%;
    }
}

@media (max-width: 768px) {
    .mouse{
        display:none;
    }
    .footer_menu_right{
        width:100%;
        border-bottom:1px solid #666;
        padding-bottom:20px;
        margin-bottom:20px;
    }
    .weixin{
        float:left;
        margin: 5px 0px 0 0;
    }
    .friend_link .link_ul a{
        padding:0 20px 0 0;
    }
    .main_1 .video {
        height: 360px;
    }
    .main_1 .about {
    }

    .plan ul li {
        width: 33.3333% !important;
    }

    .plan ul li .text {
        width: 180px;
    }

    .plan ul li mark {
        width: 200px;
    }

    .case .case_title li {
        width: 120px;
        margin: 0 10px;
    }

    .case .case_con ul li {
        width: 48%;
        margin: 1%;
    }

    .btext p, .btext small {
        font-size: 48px;
    }

    .plate_box ul li {
        width: 27.3333%;
        margin: 0 3%;
    }
    .formbox{
        width:100%;
    }
    .case .case_con ul li p{
        position:static;
        opacity:1;
    }

    .plan ul li .text{
        display:none;
    }

    .case .case_con ul li:hover .img img {
        top: 0px;
    }
    .care_list ul li .bg{
        opacity:1;
        background-color:transparent;
         transform: rotateX(0deg);
    }
    .care_list ul li .bg p{
        background-color:rgba(0,92,174,0.5);
    }

    .care_list ul li:hover .img img {
        transform: translateY(0);
    }
    .sub_main_con .news ul li{
        width:48%;
    }
}

@media (max-width: 640px) {

    .main_1 .video{
        height:240px;
    }
    .introduct-info{
        padding:20px 0 0;
    }
    .sub_main .inner, .solution_box, .contact_box{
        width:95%;
    }
    .sub_main_con .sub_main_box{
        padding: 0 0px 60px;
    }
    .market .describe{
        width:100%;
    }
    .plan ul li {
        width: 100% !important;
        height: 300px;
    }

    .news ul li {
    }

    .footer_menu_left {
        width: 100%;
    }

    .footer_menu_right {
        width: 100%;
        text-align: center;
    }

    .copy {
        height: auto;
    }

    .copy p a {
        display: block;
        float: none;
        margin: 0;
    }

    .plate_box ul li a {
        padding: 40px 0;
    }
    .market_text p{
        display:block;
    }
    .solution ul li{
        width:47%;
    }


    .recruite-t span, .recuite-top span{ width:25% !important;}
    .recuite-list{ margin-bottom:20px;}
    .deliver{ margin-top:20px; padding-top:20px;}
    .recuite-info{ margin-bottom:15px;}
    .loadmore{ margin-top:33px;}
    .recruiment-box{ padding:40px 0 50px;}
}

@media(max-width:568px){

    .culture_list li .img, .culture_list li .con{
        width:100%;
        float:none;
    }
    .culture_list li .con h4{
        width:100%;
    }
    .market_con {
        width: 90%;
        background: none;
        height: auto;
    }

    .market_con ul li {
        width: 49%;
        float: left;
        margin: 0.5%;
    }

    .market_con ul li .tit {
        display: none;
    }

    .market_con ul li .details {
        position: static;
        display: block;
        background: rgba(0, 0, 0, 0.1);
        border: 1px solid #fff;
    }

    .market_con ul li .details p {
        font-size: 18px;
    }
    .sub_main_con .market_con{
        padding:0;
        margin:0;
    }
    .market_text p{
        margin:10px;
    }
    .honor_con ul li:before, .honor_con ul li:after{
        width:10px;
    }
    .show_guide {
        height: auto;
        overflow: hidden;
    }

    .up_down .a {
        width: 100%;
    }

    .up_down .up {
        padding:0;
    }
    .up_down .down {
        text-align: left;
    }

    .up_down  i {
        display:none;
    }

}

@media (max-width: 480px) {
    .sub_main_con .news ul li{
        width:98%;
    }
    .market_con ul li {
        width: 98%;
    }

    .plate_box ul li, .sub_work ul li {
        width: 98%;
        margin: 2% 1%;
    }
    .recuites{ padding:20px 20px 60px; }
    .loadmore{ height:38px;}
    .recuite-title h3{ font-size:20px;}
    .loadmore a{ line-height:38px; font-size:14px;}
}

@media (max-width: 414px) {
    .sub_culture .part {
        padding: 40px;
    }
    .digg span {
        margin-right: 0px;
        padding: 1px 7px;
    }
    .digg a{
        padding: 4px 7px;
        margin-right: 0px;
    }
    .plan ul li{
        height:180px;
    }
    .plan ul li .ico{
        top:10%;
    }
    .plan ul li p{
        bottom:15%;
        font-size:16px;
    }
    .plan ul li .ico{
        -webkit-transform:scale(0.8);
        -moz-transform:scale(0.8);
        -o-transform:scale(0.8);
        transform:scale(0.8);
    }

    .honor_con ul li span{
        width:90%;
    }
}

@media(max-width:375px){
    .culture_list li .con h4 span{
        display:none;
    }
}

@media(max-width:360px) {
    .sub_work {
        width: 100%;
        margin-bottom:20px;
    }
    .weixin{
        float:none;
        margin:auto;
    }
}
@media(max-width:320px){
    .honor_con ul:before, .honor_con ul:after{
        display:none;
    }
    .honor_con ul li:before, .honor_con ul li:after{
        display:none;
    }
}
/*!
Video.js Default Styles (http://videojs.com)
Version 4.4.0
Create your own skin at http://designer.videojs.com
*/
.vjs-default-skin {
    color: #cccccc;
}
@font-face {
    font-family: 'VideoJS';
    src: url('http://www.yqibms.com/template/pc/static/font/vjs.eot');
    src: url('http://www.yqibms.com/template/pc/static/font/vjs.eot') format('embedded-opentype'), url('http://www.yqibms.com/template/pc/static/fonts/vjs.woff') format('woff'), url('http://www.yqibms.com/template/pc/static/font/vjs.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.vjs-default-skin .vjs-slider {
    outline: 0;
    position: relative;
    cursor: pointer;
    padding: 0;
    background-color: #333333;
    background-color: rgba(51, 51, 51, 0.9);
}

.vjs-default-skin .vjs-slider:focus {
    -webkit-box-shadow: 0 0 2em #ffffff;
    -moz-box-shadow: 0 0 2em #ffffff;
    box-shadow: 0 0 2em #ffffff;
}

.vjs-default-skin .vjs-slider-handle {
    position: absolute;
    left: 0;
    top: 0;
}

.vjs-default-skin .vjs-slider-handle:before {
    content: "\e009";
    font-family: VideoJS;
    font-size: 1em;
    line-height: 1;
    text-align: center;
    text-shadow: 0em 0em 1em #fff;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.vjs-default-skin .vjs-control-bar {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3.0em;
    background-color: #07141e;
    background-color: rgba(7, 20, 30, 0.7);
}

.vjs-default-skin.vjs-has-started .vjs-control-bar {
    display: block;
    visibility: visible;
    opacity: 1;
    -webkit-transition: visibility 0.1s, opacity 0.1s;
    -moz-transition: visibility 0.1s, opacity 0.1s;
    -o-transition: visibility 0.1s, opacity 0.1s;
    transition: visibility 0.1s, opacity 0.1s;
}

.vjs-default-skin.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
    display: block;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 1s, opacity 1s;
    -moz-transition: visibility 1s, opacity 1s;
    -o-transition: visibility 1s, opacity 1s;
    transition: visibility 1s, opacity 1s;
}

.vjs-default-skin.vjs-controls-disabled .vjs-control-bar {
    display: none;
}

.vjs-default-skin.vjs-using-native-controls .vjs-control-bar {
    display: none;
}

@media \0screen {
    .vjs-default-skin.vjs-user-inactive.vjs-playing .vjs-control-bar :before {
        content: "";
    }
}

.vjs-default-skin .vjs-control {
    outline: none;
    position: relative;
    float: left;
    text-align: center;
    margin: 0;
    padding: 0;
    height: 3.0em;
    width: 4em;
}

.vjs-default-skin .vjs-control:before {
    font-family: VideoJS;
    font-size: 1.5em;
    line-height: 2;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

.vjs-default-skin .vjs-control:focus:before,
.vjs-default-skin .vjs-control:hover:before {
    text-shadow: 0em 0em 1em #ffffff;
}

.vjs-default-skin .vjs-control-text {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/* Play/Pause
--------------------------------------------------------------------------------
*/
.vjs-default-skin .vjs-play-control {
    width: 5em;
    cursor: pointer;
}

.vjs-default-skin .vjs-play-control:before {
    content: "\e001";
}

.vjs-default-skin.vjs-playing .vjs-play-control:before {
    content: "\e002";
}

/* Volume/Mute
-------------------------------------------------------------------------------- */
.vjs-default-skin .vjs-mute-control,
.vjs-default-skin .vjs-volume-menu-button {
    cursor: pointer;
    float: right;
}

.vjs-default-skin .vjs-mute-control:before,
.vjs-default-skin .vjs-volume-menu-button:before {
    content: "\e006";
}

.vjs-default-skin .vjs-mute-control.vjs-vol-0:before,
.vjs-default-skin .vjs-volume-menu-button.vjs-vol-0:before {
    content: "\e003";
}

.vjs-default-skin .vjs-mute-control.vjs-vol-1:before,
.vjs-default-skin .vjs-volume-menu-button.vjs-vol-1:before {
    content: "\e004";
}

.vjs-default-skin .vjs-mute-control.vjs-vol-2:before,
.vjs-default-skin .vjs-volume-menu-button.vjs-vol-2:before {
    content: "\e005";
}

.vjs-default-skin .vjs-volume-control {
    width: 5em;
    float: right;
    margin-right: 30px;
}

.vjs-default-skin .vjs-volume-bar {
    width: 5em;
    height: 0.6em;
    margin: 1.1em auto 0;
}

.vjs-default-skin .vjs-volume-menu-button .vjs-menu-content {
    height: 2.9em;
}

.vjs-default-skin .vjs-volume-level {
    position: absolute;
    top: 0;
    left: 0;
    height: 0.5em;
    background: #66a8cc url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAP0lEQVQIHWWMAQoAIAgDR/QJ/Ub//04+w7ZICBwcOg5FZi5iBB82AGzixEglJrd4TVK5XUJpskSTEvpdFzX9AB2pGziSQcvAAAAAAElFTkSuQmCC) -50% 0 repeat;
}

.vjs-default-skin .vjs-volume-bar .vjs-volume-handle {
    width: 0.5em;
    height: 0.5em;
}

.vjs-default-skin .vjs-volume-handle:before {
    font-size: 0.9em;
    top: -0.2em;
    left: -0.2em;
    width: 1em;
    height: 1em;
}

.vjs-default-skin .vjs-volume-menu-button .vjs-menu .vjs-menu-content {
    width: 6em;
    left: -4em;
}

/* Progress
--------------------------------------------------------------------------------
*/
.vjs-default-skin .vjs-progress-control {
    position: absolute;
    left: 0;
    right: 0;
    width: auto;
    font-size: 0.3em;
    height: 1em;
    /* Set above the rest of the controls. */
    top: -1em;
    /* Shrink the bar slower than it grows. */
    /* transition */
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.vjs-default-skin:hover .vjs-progress-control {
    font-size: .9em;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.vjs-default-skin .vjs-progress-holder {
    height: 100%;
}

.vjs-default-skin .vjs-progress-holder .vjs-play-progress,
.vjs-default-skin .vjs-progress-holder .vjs-load-progress {
    position: absolute;
    display: block;
    height: 100%;
    margin: 0;
    padding: 0;
    left: 0;
    top: 0;
}

.vjs-default-skin .vjs-play-progress {

    background: #66a8cc url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAP0lEQVQIHWWMAQoAIAgDR/QJ/Ub//04+w7ZICBwcOg5FZi5iBB82AGzixEglJrd4TVK5XUJpskSTEvpdFzX9AB2pGziSQcvAAAAAAElFTkSuQmCC) -50% 0 repeat;
}

.vjs-default-skin .vjs-load-progress {
    background: #646464 /* IE8- Fallback */;
    background: rgba(255, 255, 255, 0.4);
}

.vjs-default-skin .vjs-seek-handle {
    width: 1.5em;
    height: 100%;
}

.vjs-default-skin .vjs-seek-handle:before {
    padding-top: 0.1em /* Minor adjustment */;
}

/* Time Display
--------------------------------------------------------------------------------
*/
.vjs-default-skin .vjs-time-controls {
    font-size: 1em;
    line-height: 3em;
}

.vjs-default-skin .vjs-current-time {
    float: left;
}

.vjs-default-skin .vjs-duration {
    float: left;
}

.vjs-default-skin .vjs-remaining-time {
    display: none;
    float: left;
}

.vjs-time-divider {
    float: left;
    line-height: 3em;
}

/* Fullscreen
--------------------------------------------------------------------------------
*/
.vjs-default-skin .vjs-fullscreen-control {
    width: 3.8em;
    cursor: pointer;
    float: right;
    display:none;
}

.vjs-default-skin .vjs-fullscreen-control:before {
    content: "\e000";
}

.vjs-default-skin.vjs-fullscreen .vjs-fullscreen-control:before {
    content: "\e00b";
}

.vjs-default-skin .vjs-big-play-button {
    font-size: 3em;
    display: block;
    z-index: 2;
    position: absolute;
    width: 2.6em;
    height: 2.6em;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    opacity: 1;
    background-color: #07141e;
    background-color: rgba(7, 20, 30, 0.7);
    border: 0.1em solid #3b4249;
    /* border-radius */
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0px 0px 1em rgba(255, 255, 255, 0.25);
    -moz-box-shadow: 0px 0px 1em rgba(255, 255, 255, 0.25);
    box-shadow: 0px 0px 1em rgba(255, 255, 255, 0.25);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.vjs-default-skin.vjs-big-play-centered .vjs-big-play-button {
    left: 50%;
    margin-left: -2.1em;
    top: 50%;
    margin-top: -1.4000000000000001em;
}

.vjs-default-skin.vjs-controls-disabled .vjs-big-play-button {
    display: none;
}

.vjs-default-skin.vjs-has-started .vjs-big-play-button {
    display: none;
}

.vjs-default-skin.vjs-using-native-controls .vjs-big-play-button {
    display: none;
}

.vjs-default-skin:hover .vjs-big-play-button,
.vjs-default-skin .vjs-big-play-button:focus {
    outline: 0;
    border-color: #fff;
    background-color: #505050;
    background-color: rgba(50, 50, 50, 0.75);
    -webkit-box-shadow: 0 0 3em #ffffff;
    -moz-box-shadow: 0 0 3em #ffffff;
    box-shadow: 0 0 3em #ffffff;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s;
}

.vjs-default-skin .vjs-big-play-button:before {
    content: "\e001";
    font-family: VideoJS;
    line-height: 2.4em;
    text-shadow: 0.05em 0.05em 0.1em #000;
    text-align: center /* Needed for IE8 */;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Loading Spinner
--------------------------------------------------------------------------------
*/
.vjs-loading-spinner {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 4em;
    line-height: 1;
    width: 1em;
    height: 1em;
    margin-left: -0.5em;
    margin-top: -0.5em;
    opacity: 0.75;
    /* animation */
    -webkit-animation: spin 1.5s infinite linear;
    -moz-animation: spin 1.5s infinite linear;
    -o-animation: spin 1.5s infinite linear;
    animation: spin 1.5s infinite linear;
}

.vjs-default-skin .vjs-loading-spinner:before {
    content: "\e01e";
    font-family: VideoJS;
    position: absolute;
    top: 0;
    left: 0;
    width: 1em;
    height: 1em;
    text-align: center;
    text-shadow: 0em 0em 0.1em #000;
}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(359deg);
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
    }
}

@-o-keyframes spin {
    0% {
        -o-transform: rotate(0deg);
    }
    100% {
        -o-transform: rotate(359deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(359deg);
    }
}

/* Menu Buttons (Captions/Subtitles/etc.)
--------------------------------------------------------------------------------
*/
@font-face {
    font-family: 'VideoJS';
    src: url('http://www.yqibms.com/template/pc/static/font/vjs.eot');
    src: url('http://www.yqibms.com/template/pc/static/font/vjs.eot') format('embedded-opentype'), url('http://www.yqibms.com/template/pc/static/fonts/vjs.woff') format('woff'), url('http://www.yqibms.com/template/pc/static/font/vjs.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.vjs-default-skin .vjs-menu-button {
    float: right;
    cursor: pointer;
}

.vjs-default-skin .vjs-menu {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0em;
    /* (Width of vjs-menu - width of button) / 2 */

    width: 0em;
    height: 0em;
    margin-bottom: 3em;
    border-left: 2em solid transparent;
    border-right: 2em solid transparent;
    border-top: 1.55em solid #000000;
    border-top-color: rgba(7, 40, 50, 0.5);

}

/* Button Pop-up Menu */
.vjs-default-skin .vjs-menu-button .vjs-menu .vjs-menu-content {
    display: block;
    padding: 0;
    margin: 0;
    position: absolute;
    width: 10em;
    bottom: 1.5em;
    max-height: 15em;
    overflow: auto;
    left: -5em;
    background-color: #07141e;
    background-color: rgba(7, 20, 30, 0.7);
    -webkit-box-shadow: -0.2em -0.2em 0.3em rgba(255, 255, 255, 0.2);
    -moz-box-shadow: -0.2em -0.2em 0.3em rgba(255, 255, 255, 0.2);
    box-shadow: -0.2em -0.2em 0.3em rgba(255, 255, 255, 0.2);
}

.vjs-default-skin .vjs-menu-button:hover .vjs-menu {
    display: block;
}

.vjs-default-skin .vjs-menu-button ul li {
    list-style: none;
    margin: 0;
    padding: 0.3em 0 0.3em 0;
    line-height: 1.4em;
    font-size: 1.2em;
    text-align: center;
    text-transform: lowercase;
}

.vjs-default-skin .vjs-menu-button ul li.vjs-selected {
    background-color: #000;
}

.vjs-default-skin .vjs-menu-button ul li:focus,
.vjs-default-skin .vjs-menu-button ul li:hover,
.vjs-default-skin .vjs-menu-button ul li.vjs-selected:focus,
.vjs-default-skin .vjs-menu-button ul li.vjs-selected:hover {
    outline: 0;
    color: #111;
    background-color: #ffffff;
    background-color: rgba(255, 255, 255, 0.75);
    -webkit-box-shadow: 0 0 1em #ffffff;
    -moz-box-shadow: 0 0 1em #ffffff;
    box-shadow: 0 0 1em #ffffff;
}

.vjs-default-skin .vjs-menu-button ul li.vjs-menu-title {
    text-align: center;
    text-transform: uppercase;
    font-size: 1em;
    line-height: 2em;
    padding: 0;
    margin: 0 0 0.3em 0;
    font-weight: bold;
    cursor: default;
}

.vjs-default-skin .vjs-subtitles-button:before {
    content: "\e00c";
}

.vjs-default-skin .vjs-captions-button:before {
    content: "\e008";
}

.vjs-default-skin .vjs-captions-button:focus .vjs-control-content:before,
.vjs-default-skin .vjs-captions-button:hover .vjs-control-content:before {
    -webkit-box-shadow: 0 0 1em #ffffff;
    -moz-box-shadow: 0 0 1em #ffffff;
    box-shadow: 0 0 1em #ffffff;
}

.video-js {
    background-color: #000;
    position: relative;
    padding: 0;
    font-size: 10px;
    vertical-align: middle;
    font-weight: normal;
    font-style: normal;
    font-family: Arial, sans-serif;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.video-js .vjs-tech {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-js:-moz-full-screen {
    position: absolute;
}

body.vjs-full-window {
    padding: 0;
    margin: 0;
    height: 100%;
    overflow-y: auto;
}

.video-js.vjs-fullscreen {
    position: fixed;
    overflow: hidden;
    z-index: 1000;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
    _position: absolute;
}

.video-js:-webkit-full-screen {
    width: 100% !important;
    height: 100% !important;
}

.video-js.vjs-fullscreen.vjs-user-inactive {
    cursor: none;
}

/* Poster Styles */
.vjs-poster {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    cursor: pointer;
    height: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
}

.vjs-poster img {
    display: block;
    margin: 0 auto;
    max-height: 100%;
    padding: 0;
    width: 100%;
}

.video-js.vjs-using-native-controls .vjs-poster {
    display: none;
}

.video-js .vjs-text-track-display {
    text-align: center;
    position: absolute;
    bottom: 4em;
    left: 1em;
    right: 1em;
}

.video-js .vjs-text-track {
    display: none;
    font-size: 1.4em;
    text-align: center;
    margin-bottom: 0.1em;
    background-color: #000000;
    background-color: rgba(0, 0, 0, 0.5);
}

.video-js .vjs-subtitles {
    color: #ffffff /* Subtitles are white */;
}

.video-js .vjs-captions {
    color: #ffcc66 /* Captions are yellow */;
}

.vjs-tt-cue {
    display: block;
}

.vjs-default-skin .vjs-hidden {
    display: none;
}

.vjs-lock-showing {
    display: block !important;
    opacity: 1;
    visibility: visible;
}

.vjs-has-started video {
    background-image: none !important;
}
 .tag .data {
    font-family: "Microsoft YaHei", 微软雅黑, Tahoma, Arial, sans-serif;
}
 .tag {
    text-align: center;
    color: #666;
   overflow: hidden;
}

 .tag .data {
    font-family: "Microsoft YaHei", 微软雅黑, Tahoma, Arial, sans-serif;
    margin-right: 20px; 
}

 .tag .tab a {
    color: #666;
}

 .tag .tab a:hover {
    color: #e71f19;
}



/*产品中心*/
.index_pro {
	background: #fff;
	padding-top: 0px;
	padding-bottom: 20px;
}
.index_pro .lmt {
	margin-bottom: 45px;
}
.index_pro .lmt strong {
	display: block;
	text-align: center;
	font-size: #333333;
	font-size: 30px;
}
.index_pro .lmt p {
	text-align: center;
	font-size: 16px;
	color: #666666;
	margin-top: 10px;
}
.index_pro .title {
	width: 100%;
	height: 40px;
	line-height: 40px;
	border-bottom: 2px solid #182987;
	margin-bottom: 15px;
}
.index_pro .title a {
	float: right;
	font-size: 15px;
	color: #666666
}
.index_pro .title strong {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	color: #fff;
	background: #0056f9;
	padding: 0 20px;
	font-size: 18px;
}
.index_pro .title1 {
	border-bottom: 2px solid #df3536
}
.index_pro .title1 strong {
	background: #df3536
}
.pro_box {
	margin-bottom: 0px;
}
.index_pro .pro_list li {
	display: block;
	float: left;
	width: 23.5%;
	margin-right: 1.2%;
  	margin-top: 35px;
	background: #fbfbfb;
	padding: 1%;
	box-sizing: border-box;
	transition: all .5s;
}
.index_pro .pro_list li:last-child {
	margin-right: 0;
}
.index_pro .pro_list li .pic {
	display: block;
	width: 100%;
	position: relative;
	padding-top: 70%;
	overflow:hidden;
}
.index_pro .pro_list li img {
	display: block;
	position: absolute;
	width: 100%;
	min-height: 100%;
	left: 0;
	top: 0;
	transition: all .5s;
}
.index_pro .pro_list li a.t {
	display: block;
	text-align: center;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: #666;
}
.index_pro .pro_list li .pro_c a {
	display: block;
	float: right;
	width: 52px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	color: #fff;
	background: #0056f9;
	font-size: 15px;
	border-radius: 5px;
	margin-top: 10px;
}
.index_pro .pro_list li .pro_c p {
	font-size: 14px;
	color: #666666;
	line-height: 22px;
}
.index_pro .pro_list li:hover {
	box-shadow: 0px 10px 15px rgba(0,0,0,.1);
	-webkit-transform: translate3d(0, -5px, 0);
	transform: translate3d(0, -5px, 0);
}
.index_pro .pro_list li .pic:hover img {
	-webkit-transform: scale(1.12);
	transform: scale(1.12);
}
.index_pro .pro_list li a.t:hover {
	color: #0056f9;
}
.index_pro .left {
	width: 49%;
}
.index_pro .right {
	width: 49%;
}
.index_pro .left .pro_list li {
	width: 48%;
	padding: 3%;
	margin-right: 4%;
}
.index_pro .left .pro_list li:last-child {
	margin-right: 0;
}
.index_pro .right .pro_list li {
	width: 48%;
	padding: 3%;
	margin-right: 4%;
}
.index_pro .right .pro_list li:last-child {
	margin-right: 0;
}
.max {
	max-width: 1200px;
	margin: auto;
}


.index_pro .pro_list li a.tt {
	display: block;
	text-align: center;
	font-size: 1.2rem;
	margin-top: 10px;
	color: #000;
    word-wrap: break-word;
	overflow:visible;
	
}


/*浮动客服*/
.toolbar {
	position: fixed;
	top: 90%;
	right: 0%;
	margin-top: -163px;
	z-index: 100;
	width: 80px;
}
.toolbar dd {
	position: relative;
	float: left;
	width: 80px;
	height: 80px;
	background: #005bac;
	margin-top: 2px;
	border-radius: 2px;
	color: #fff;
	font-size: 14px;
	line-height: 21px;
	text-align: center;
	cursor: pointer;
	transition: all .5s;
}
.toolbar dd:first-child {
	margin-top: 0;
}
.toolbar dd i {
	width: 100%;
	height: 15px;
	display: block;
	margin-top: 13px;
	background: url(http://www.yqibms.com/template/pc/static/image/toolbar.png) no-repeat center 0;
}
.toolbar dd.qq i {
	background-position-y: 0;
}
.toolbar dd.tel_2 i {
	background-position-y: -30px;
}
.toolbar dd.code i {
	background-position-y: -60px;
}
.toolbar dd.top i {
	background-position-y: -90px;
}
.toolbar dd span {
	display: block;
	color: #fff;
}
.toolbar dd.tel_2 .box {
	position: absolute;
	top: 0;
	width: 190px;
	right: -200px;
	height: 100%;
	margin-right: 10px;
	border-radius: 5px;
	background: #005bac;
	opacity: 0;
	transition: all .5s;
}
.toolbar dd.tel_2 .box p {
	font-size: 14px;
	margin: 15px auto 7px;
}
.toolbar dd.tel_2 .box h3 {
	font-size: 18px;
	font-weight: bold;
}
.toolbar dd.tel_2 .box:after {
	display: block;
	content: " ";
	border-style: solid dashed dashed dashed;
	border-color: transparent transparent transparent #005bac;
	border-width: 9px;
	width: 0;
	height: 0;
	position: absolute;
	top: 50%;
	margin-top: -9px;
	right: -18px;
	margin-left: -12px;
}
.toolbar dd.code .box {
	position: absolute;
	top: 0;
	width: 140px;
	right: -172px;
	height: 140px;
	margin-right: 10px;
	border-radius: 5px;
	background: #005bac;
	opacity: 0;
	transition: all .5s;
}
.toolbar dd.code .box img {
	width: 140px;
	height: 140px;
	padding: 11px;
}
.toolbar dd.code .box:after {
	display: block;
	content: " ";
	border-style: solid dashed dashed dashed;
	border-color: transparent transparent transparent #005bac;
	border-width: 9px;
	width: 0;
	height: 0;
	position: absolute;
	top: 30px;
	right: -18px;
	margin-left: -12px;
}
.toolbar dd:hover {
	background: #333;
}
.toolbar dd.tel_2:hover .box {
	opacity: 1;
	right: 80px;
}
.toolbar dd.code:hover .box {
	opacity: 1;
	right: 80px;
}

.main_2 {
	height:710px;
	background: url() repeat-y center center;
    margin-top: 10px;
    padding-bottom:0px;
    background-color: #fff;}

.main_3 {
	margin-top: 20px
}
.main_4 {
    background: url() no-repeat center center;
    margin-top: 50px;
    padding-bottom: 0px;
    background-color: #fff;}

.main_9 {
	height:320px;
    background-color: #fff;
    overflow: hidden;
	margin-top: 30px;
}

.tt_n {
		display: block;
	text-align: center;
	font-size: 1.1rem;
	margin-top: 10px;
	color: #000;
    word-wrap: break-word;
	overflow:visable;
}

.solution_show img {
  margin-top: 2em;
  margin-bottom: 2em;
}




/*----------------------------------------------模板-------------
    1  General Styles
    2  Typography
    3  Header
    4  Statistic
    5  Appartments  
    6  How it works
    7  Agents
    8  Adds
    9  Footer
    10 Responsive 
-------------------------------------------------------------*/






/*-- Hero Area --*/
.hero {
  width: 100%;
  height: 700px;
  position: relative;
}

.title01 {
  width: 60%;
  height: 30vh;
  position: absolute;
  z-index: 1;
  top: 23vh;
}

.hero-image {
  width: 88%;
  height: 630px;
  float: right;


  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  right: -60px;
}
.hero-image-info {
  position: absolute;
  right: 0;
  bottom: 0;
}
.hero-image-info p {
  font-weight: 700;
  font-size: 18px;
  padding: 10px 20px;
  margin-top: 15px;
}
.info {
  margin: 5px 35px;
}
.search {
  margin-top: 40px;
  width: 500px;
  position: absolute;
}
.search input {
  width: 75%;
  background: url('http://www.yqibms.com/template/pc/static/images/search.svg') no-repeat 8px 8px;
  background-position: left;
  border: 0px;
  background-color: #fff;
  padding: 25px 40px;
  font-size: 15px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background-position: left 15px top 29px;
}
.search-btn {
  width: 25%;
  border: 0px;
  background-color: #FFCC01;
  color: #1F373D;
  padding: 25px 10px;
  font-size: 15px;
  font-weight: 700;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.search-btn:hover {
  background-color: rgb(255, 222, 89);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
::placeholder {
  color: #919EB1;
}
.hero-wrapper {
  position: relative;
  width: 100%;
  height: 725px;
  padding-top:95px;
}
.slide-down {
  width:20px;
  height: 65px;
  position: absolute;
  bottom: 0;

}
.slide-down p {
  transform: rotate(-90deg);
  font-size: 12px;
  white-space: nowrap;
  color: #fff;
}
/*-----------------------------------------------------------
    4. STATISTIC
-------------------------------------------------------------*/
.statistic {
  width: 100%;
  min-height: 550px;
  padding: 100px 0px 80px 0px;
}
.statistic h3 {
 padding:15px 0px 50px 0px;
}
.statistic p {
 font-size: 13px;
}
.statistic-box {
  background-color: #F6F5F4;
  width: 36%;
  height: 200px;
  margin: 0px 0px 30px 30px;
  padding-top: 40px;
  float: right;
}
.statistic-box p:nth-child(1) {
  font-size: 40px;
  font-weight: 700;
  color: #FFCC01;
  margin: 0px;
  padding: 0px;
}
.statistic-box p:nth-child(2) {
  font-size: 14px;
  font-weight: 700;
  color: #1F373D;
  margin: 0px;
  padding: 0px;
}
/*-----------------------------------------------------------
    5. APPARTMENTS
-------------------------------------------------------------*/
.appartments {
  background-color: #F6F5F4;
  padding:20px 0px 60px 0px;
}
.appartments h2 {
  margin-bottom: 35px;
}
.appartment-box {
  -webkit-box-shadow: 0px 2px 8px 0px rgba(24,49,56,0.15);
  -moz-box-shadow: 0px 2px 8px 0px rgba(24,49,56,0.15);
  box-shadow: 0px 2px 8px 0px rgba(24,49,56,0.15);
  width: 100%;
  height: 350px;
  max-width: 350px;
  margin: 0 auto;
  margin-top: 35px;
}
.appartment-image {
  height: 30%;
}
.appartment-image img {
  width: 100%;
  height: 100%;
}
.appartment-info {
  height: 63%;
  background-color: #fff;
  padding: 25px 20px;
}
.appartment-title {
  width: 100%;
  height: 20%;
}
.appartment-title p {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 20px;
}
.appartment-details {
  width: 100%;
  height: 50%;
}
.price {
  width: 50%;
  height: 100%;
}
.price p {
  font-size: 18px;
  color: #FFCC01;
  font-weight: 700;
}
.bathrooms {
  width: 25%;
  height: 100%;
}
.bathrooms p {
  padding: 15px 0px 0px 10px;
  font-size: 13px;
  color: #919EB1;
}
.bedrooms {
  width: 25%;
  height: 100%
}
.bedrooms p {
  padding: 15px 0px 0px 10px;
  font-size: 13px;
  color: #919EB1;
}
.search-appartments {
  position: inherit;
}
.search-all-btn {
  margin-left: 40px;
  border-radius: 5px;
  background-color: #fff;
}
/*-----------------------------------------------------------
    6. HOW IT WORKS
-------------------------------------------------------------*/
.how-it-works {
  background-color: #fff;
  padding:30px 0px 60px 0px;
}
.works-title p {
  font-size: 13px;
  margin-top: 20px;
  line-height: 1.9rem;
}
.work-box {
  width: 100%;
  height: 372px;
  max-width: 345px;
  margin: 0 auto;
  margin-top: 60px;
  overflow: hidden;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(24,49,56,0.15);
  -moz-box-shadow: 0px 2px 8px 0px rgba(24,49,56,0.15);
  box-shadow: 0px 2px 8px 0px rgba(24,49,56,0.15);
}
.work-box-number {
  width: 100%;
  height: 35%;
  position: relative;
}
.work-box-number p {
  position: absolute;
  top: -124px;
  left: -45px;
  font-size: 160px;
  color: #1F373D;
  font-weight: 700;
}
.work-box-title {
  width: 100%;
  height: 15%;
  padding: 0px 20px;
}
.work-box-title p {
  font-weight: 700;
  color: #1F373D;
}
.work-box-title p:nth-child(1) {
  margin-right: 15px;
}
.work-box-text {
  width: 100%;
  height: 30%;
  padding: 0px 20px 0px 55px;
}
.work-box-text p {
  color: #1F373D;
  font-size: 13px;
  line-height: 2rem;
  font-weight: 400;
}
.work-box-link {
  width: 100%;
  height: 20%;
  padding: 0px 10px 0px 55px;
}
.work-box-link a {
  color: #1F373D;
  font-size: 13px;
  text-decoration-line: underline;
  font-weight: 700;
}
.work-box:hover {
  background-color: #FFCC01;
}
/* Work Service */
.work-services {
  padding: 20px 0px 50px 0px;
}
.work-services-title p {
  font-size: 13px;
}
.work-service-image {
  background-color: aqua;
  width: 100%;
  height: 630px;
  display: block;
  background-image: url('http://www.yqibms.com/template/pc/static/image/pro11.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  left: -0px;
}
.work-service-info p {
  padding: 15px 0px 20px 0px;
  font-size: 13px;
}
/*-----------------------------------------------------------
    7. AGENTS
-------------------------------------------------------------*/
.agents {
  background-color: #F6F5F4;
  padding-bottom: 90px;
}
.agents-title p {
  font-size: 13px;
  margin-top: 20px;
  line-height: 1.9rem;
}
.agent-name p {
  font-size: 15px;
}
.agent-social a {
  position: relative;
  top: -5px;
}
.agent-social a {
  padding: 5px;
}
.agent-social a:nth-child(2) {
  margin: 0px 15px;
}
.appartment-info {
  height: 70%;
  background-color: #fff;
  padding: 25px 20px;
}
.agents-services {
  padding: 40px 0px 35px 0px;
}
/*-----------------------------------------------------------
    8. ADDS
-------------------------------------------------------------*/
.add {
  padding: 90px 0px;
  background-color: #fff;
}



.add-image {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
	object-fit: cover
  position: relative;
  margin-bottom: 0px;
}

.add2 {
  background-image: url('http://www.yqibms.com/template/pc/static/images/pro13.jpg');
}
.add3 {
  background-image: url('http://www.yqibms.com/template/pc/static/images/pro14.jpg');
}
.add-info p {
  padding: 15px 0px 50px 0px;
  font-size: 13px;
  line-height: 1.8rem;
}
.add-image-info {
  background-color: #FFCC01;
  width: 45%;
  margin: 0px 20%;
  height: 80px;
  position: absolute;
  bottom: -30px;
}
.add-image-info p {
  padding: 15px 0px 0px 20px;
  font-size: 18px;
  font-weight: 700;
}
.add2-info {
  text-align: left;
}
.add-image-info2 {
  left: 250px;
}
.show-more-btn {
  width: 70%;
  border-radius: 0px;
  background-color: #1F373D;
  color: #fff;
}
.add3-info p {
  padding-bottom: 10px;
}

    10. RESPONSIVE
-------------------------------------------------------------*/




.add-image {
  width: 100%;
  height: 500px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  margin-bottom: 0px;
}

.add-imagee {
  width: 100%;
  height: 180px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  margin-bottom: 0px;
}.add-imagee {
	
}

.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.yellow-bg {
  background-color: #FFCC01;
}

.container2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.item {
  flex-basis: calc(100% / 9);
  text-align: center;
}

@media screen and (max-width: 1200px) {
  .item {
    flex-basis: calc(100% / 4);
  }
}

@media screen and (max-width: 900px) {
  .item {
    flex-basis: calc(100% / 3);
  }
}


.my-img {
  width: 300px; /* 修改为你想要的宽度 */
  height: 200px; /* 修改为你想要的高度 */
  overflow: hidden;
}

.my-img .img-wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.my-img .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.itemn {
  flex-basis: calc(100% /9);
  text-align: center;
  
  